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

This commit is contained in:
alexander
2025-12-14 20:56:29 +01:00
parent 98750c10cd
commit e977376d4d

View File

@@ -25,14 +25,14 @@ jobs:
lfs: false lfs: false
- name: Debug Ls - name: Debug Ls
run: ls -la "$PWD" && echo "$PWD" run: ls -la "$PWD" && echo "$PWD && echo $GITEA_WORK_DIR"
- name: Compile all .typ files - name: Compile all .typ files
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 ${GITEA_WORK_DIR}:/workspace -w /workspace
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} echo ${{ env.GITEA_WORK_DIR }}" run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF"
- name: Upload PDFs - name: Upload PDFs