We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad5dbfd commit 01be371Copy full SHA for 01be371
.github/workflows/deploy.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
# set -e
37
curl -svL https://github.com/typst/typst/releases/download/v0.13.1/typst-x86_64-unknown-linux-musl.tar.xz | \
38
- tar --strip-components 1 -jxf - typst-x86_64-unknown-linux-musl/typst
+ tar --strip-components 1 -Jxf - typst-x86_64-unknown-linux-musl/typst
39
./typst -V
40
- name: Setup Pages
41
uses: actions/configure-pages@v5
0 commit comments