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

This commit is contained in:
alexander
2025-12-14 20:54:11 +01:00
parent 90fa6e3aed
commit f7809d9fb9

View File

@@ -31,7 +31,7 @@ jobs:
uses: addnab/docker-run-action@v3 uses: addnab/docker-run-action@v3
with: with:
image: ghcr.io/typst/typst:0.14.2 image: ghcr.io/typst/typst:0.14.2
options: -v "${{ env.GITEA_WORK_DIR }}:/workspace -w /workspace" options: -v ${{ env.GITEA_WORK_DIR }}:/workspace -w /workspace
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"