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

This commit is contained in:
alexander
2025-12-14 22:08:03 +01:00
parent 88fb4a1a52
commit e6258cbd4c

View File

@@ -42,7 +42,7 @@ jobs:
image: typst-builder-image:latest image: typst-builder-image:latest
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 -c ./compile-all.bash" run: "cd ${{ github.workspace }} && TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} bash -c ./compile-all.bash"
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()