diff --git a/.github/workflows/doc-build.yml b/.github/workflows/doc-build.yml index b54c59565a..bb06117754 100644 --- a/.github/workflows/doc-build.yml +++ b/.github/workflows/doc-build.yml @@ -22,7 +22,7 @@ on: description: | Whether to build the cheatsheet. Default is "false". required: false - default: true + default: false # temporarily disabled due to CICD failure type: boolean use_cache_examples: @@ -208,7 +208,7 @@ jobs: uses: quarto-dev/quarto-actions/setup@v2 with: tinytex: true - version: 1.6.43 + version: 1.7.32 - name: Check Quarto Version if: ${{ inputs.build_cheatsheet }} @@ -227,7 +227,7 @@ jobs: shell: bash run: | export PYTHONFAULTHANDLER=1 - xvfb-run make -C doc ${{ inputs.builder }} SPHINXOPTS="-j auto -W --keep-going" + xvfb-run make -C doc ${{ inputs.builder }} SPHINXOPTS="-j auto -W --keep-going" | tee doc_build.log - name: "Substitute defective GIF" shell: bash diff --git a/doc/changelog.d/4062.fixed.md b/doc/changelog.d/4062.fixed.md new file mode 100644 index 0000000000..04ab92c6d9 --- /dev/null +++ b/doc/changelog.d/4062.fixed.md @@ -0,0 +1 @@ +Fix: disable quarto cheatsheet build \ No newline at end of file