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

This commit is contained in:
alexander
2025-12-14 20:51:44 +01:00
parent 54a43272d6
commit 5a05e449a9

View File

@@ -27,6 +27,13 @@ jobs:
- name: Debug Ls
run: ls -la "$PWD" && echo "$PWD"
- name: Compile all .typ files
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/typst/typst:0.14.2
options: -v "${{ github.workspace }}:/workspace -w /workspace"
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF"
- name: Upload PDFs
if: always()