We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent daa9bb8 commit 40a6d0fCopy full SHA for 40a6d0f
.github/workflows/test.yml
@@ -49,5 +49,5 @@ jobs:
49
typst --version
50
- name: Build docs
51
run: | # make sure docs build without errors or warnings
52
- find docs/*.typ -type f | xargs -I {} fish -c 'echo ------ Compiling $argv[1] && time {{typst}} compile --root . $argv[1] docs/assets/$(basename $argv[1] .typ).png' {}
+ find docs/*.typ -type f | xargs -I {} bash -c 'echo ------ Compiling $argv[1] && time {{typst}} compile --root . $argv[1] docs/assets/$(basename $argv[1] .typ).png' {}
53
0 commit comments