We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1508bf0 commit 6c6ebceCopy full SHA for 6c6ebce
.github/workflows/render_book.yml
@@ -34,7 +34,7 @@ jobs:
34
# for rendering Mermaid diagrams to pdf: https://quarto.org/docs/authoring/diagrams.html#chrome-install
35
run: quarto install chromium
36
env:
37
- QUARTO_CHROME_HEADLESS_MODE: new
+ QUARTO_CHROMIUM_HEADLESS_MODE: new
38
39
# - name: Install qpdf
40
# # to prevent R install from failing
@@ -59,5 +59,5 @@ jobs:
59
target: gh-pages
60
61
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62
63
0 commit comments