ddasd
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s

This commit is contained in:
alexander
2025-12-14 21:12:43 +01:00
parent 4837baa7fe
commit 36a8b3c9a9

View File

@@ -36,7 +36,7 @@ jobs:
image: ghcr.io/typst/typst:0.14.2 image: ghcr.io/typst/typst:0.14.2
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
cwd: ${{ github.workspace }} cwd: ${{ github.workspace }}
run: "cd ${{ github.workspace }} && bash ./compile-all.bash" run: "cd ${{ github.workspace }} && ./compile-all.bash"
- name: Upload PDFs - name: Upload PDFs