We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09a355 commit 87e022cCopy full SHA for 87e022c
1 file changed
.github/workflows/deploy-docs.yml
@@ -103,8 +103,8 @@ jobs:
103
# Hotfix: install chrome into the job's HOME so the Typst diagram render
104
# finds it (container jobs set HOME=/github/home). Drop once the rebuilt
105
# image bakes XDG_DATA_HOME in.
106
- - name: Ensure headless Chrome for diagram rendering
107
- run: quarto install chrome-headless-shell
+ #- name: Ensure headless Chrome for diagram rendering
+ # run: quarto install chrome-headless-shell
108
109
- name: Build Docs
110
run: .github/scripts/build/build-docs.sh
0 commit comments