act
Some checks failed
Lints / typos (push) Successful in 20s
Build and deploy / build (push) Failing after 5m30s

This commit is contained in:
Mark 2025-01-21 16:38:03 -08:00
parent 7a4ea08767
commit ac3d5b20f2
Signed by: Mark
GPG Key ID: C6D63995FE72FD80

View File

@ -27,7 +27,7 @@ jobs:
mv "typst-x86_64-unknown-linux-musl/typst" . mv "typst-x86_64-unknown-linux-musl/typst" .
- name: Build handouts - name: Build handouts
run: TYPST_PATH="./typst" python tools/build/main.py run: TYPST_PATH="$(pwd)/typst" python tools/build/main.py
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v3
with: with: