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

This commit is contained in:
alexander
2025-12-14 22:07:16 +01:00
parent 61d458b79d
commit 88fb4a1a52
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ jobs:
image: typst-builder-image:latest image: typst-builder-image:latest
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }} options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
cwd: ${{ github.workspace }} cwd: ${{ github.workspace }}
run: "cd ${{ github.workspace }} && ls -laF ./compile-all.bash" run: "cd ${{ github.workspace }} && bash -c ./compile-all.bash"
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()

View File

@@ -1,4 +1,4 @@
#!/usr/bin/sh #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
SRC_DIR="${TYPST_SOURCE_DIR}" SRC_DIR="${TYPST_SOURCE_DIR}"