Skip to content

Commit 40a6d0f

Browse files
committed
replace fish by bash
1 parent daa9bb8 commit 40a6d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
typst --version
5050
- name: Build docs
5151
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' {}
52+
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' {}
5353

0 commit comments

Comments
 (0)