Skip to content

Commit a426aa2

Browse files
GiggleLiuclaude
andcommitted
Fix CI: update Typst to 0.13.0 for fletcher compatibility
The fletcher:0.5.8 package requires Typst 0.13.0 or newer. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ddcd60d commit a426aa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install Typst
3232
run: |
33-
curl -sSL https://github.com/typst/typst/releases/download/v0.12.0/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ
33+
curl -sSL https://github.com/typst/typst/releases/download/v0.13.0/typst-x86_64-unknown-linux-musl.tar.xz | tar -xJ
3434
mv typst-x86_64-unknown-linux-musl/typst "$HOME/bin/"
3535
3636
- name: Build mdBook

0 commit comments

Comments
 (0)