Skip to content

Commit

Permalink
💘 Break ci
Browse files Browse the repository at this point in the history
  • Loading branch information
BattleCh1cken committed May 21, 2024
1 parent df42356 commit 2bbe4c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install just from crates.io
uses: baptiste0928/cargo-install@v2
with:
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ install:
gallery:
#!/usr/bin/env bash
for f in "{{gallery_dir}}"/*.typ; do typst c "$f" --format png "${f/.typ}-{n}.png" --root ./; done
exit 1

0 comments on commit 2bbe4c1

Please sign in to comment.