Skip to content

Commit bbc65f9

Browse files
authored
Merge pull request #1 from wuespace/fix-compilation
Pin typst version in GH Actions workflow to fix compilation
2 parents 3b7cc06 + 95c93e6 commit bbc65f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626

2727
- name: Setup Typst
2828
uses: typst-community/setup-typst@v4.1.0
29+
with:
30+
typst-version: ^0.11.1
2931

3032
- name: Compile Site
3133
run: deno task build

0 commit comments

Comments
 (0)