Skip to content

Commit 7676994

Browse files
pthomclaude
andcommitted
Fix typst install: use setup-typst action
The curl-based install returned 404. Use the official typst-community/setup-typst@v4 GitHub Action instead. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9568f1f commit 7676994

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,10 @@ jobs:
3636
with:
3737
python-version: '3.x'
3838

39+
- uses: typst-community/setup-typst@v4
40+
3941
- name: Install dependencies
40-
run: |
41-
pip install -r docs_src/requirements.txt
42-
curl -fsSL https://typst.community/typst-install/install.sh | bash
43-
echo "$HOME/.local/bin" >> $GITHUB_PATH
42+
run: pip install -r docs_src/requirements.txt
4443

4544
- name: Build docs
4645
env:

0 commit comments

Comments
 (0)