asd
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 10s

This commit is contained in:
alexander
2025-12-14 21:06:51 +01:00
parent 3da803696f
commit 9f3e909436

View File

@@ -29,10 +29,12 @@ jobs:
- name: Compile all .typ files - name: Compile all .typ files
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
env:
WS: ${{ github.workspace }}
with: with:
image: ghcr.io/typst/typst:0.14.2 image: ghcr.io/typst/typst:0.14.2
options: -v ${GITEA_WORK_DIR}:/workspace -w /workspace options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF" run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF ${WS}"
- name: Upload PDFs - name: Upload PDFs