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

This commit is contained in:
alexander
2025-12-14 22:06:02 +01:00
parent df9d7c8972
commit 235a31e03c

View File

@@ -42,7 +42,7 @@ jobs:
image: typst-builder-image:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
cwd: ${{ github.workspace }}
run: "${{ github.workspace }}/compile-all.bash"
run: "cd ${{ github.workspace }} && ls -laF, ./compile-all.bash"
- name: Upload PDFs
if: always()