Skip to content

Downgrade the Quarto Version to 1.3.450 to fixed the bug: include-cod… #64

Downgrade the Quarto Version to 1.3.450 to fixed the bug: include-cod…

Downgrade the Quarto Version to 1.3.450 to fixed the bug: include-cod… #64

Workflow file for this run

name: Build Book
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
MY_SECRET : ${{secrets.GH_ACCESS_TOKEN}}
steps:
- name: Setup Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:

Check failure on line 19 in .github/workflows/check.yml

View workflow run for this annotation

GitHub Actions / Build Book

Invalid workflow file

The workflow is not valid. .github/workflows/check.yml (Line: 19, Col: 14): Unexpected value '' .github/workflows/check.yml (Line: 20, Col: 9): Unexpected value 'version'
version: 1.3.450
- name: Checkout main source
uses: actions/checkout@v4
- name: Install Quarto Extensions
working-directory: ${{ github.workspace }}
run: |
quarto add --no-prompt quarto-ext/include-code-files
quarto install --no-prompt tinytex
- name: Render and Publish
run: |
quarto render