Skip to content

Commit 87e022c

Browse files
authored
Disable headless Chrome installation in workflow
Comment out the installation of headless Chrome for diagram rendering.
1 parent c09a355 commit 87e022c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ jobs:
103103
# Hotfix: install chrome into the job's HOME so the Typst diagram render
104104
# finds it (container jobs set HOME=/github/home). Drop once the rebuilt
105105
# image bakes XDG_DATA_HOME in.
106-
- name: Ensure headless Chrome for diagram rendering
107-
run: quarto install chrome-headless-shell
106+
#- name: Ensure headless Chrome for diagram rendering
107+
# run: quarto install chrome-headless-shell
108108

109109
- name: Build Docs
110110
run: .github/scripts/build/build-docs.sh

0 commit comments

Comments
 (0)