Maybe?
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 8s

This commit is contained in:
alexander
2025-12-14 19:16:30 +01:00
parent 8a43b700d4
commit 486cbb4df3

View File

@@ -27,16 +27,20 @@ jobs:
- name: Show Typst & OS versions - name: Show Typst & OS versions
run: | run: |
typst --version || true typst --version
uname -a uname -a
- name: Debug Ls - name: Debug Ls
run: ls -la "$PWD" && echo "$PWD" run: ls -la "$PWD" && echo "$PWD"
- name: Compile all .typ files - name: Compile all .typ files
shell: bash uses: addnab/docker-run-action@v3
with:
image: ghcr.io/typst/typst:0.14.2
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash" run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash"
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4