From 024de6c037cc4d5bc1a76f018c14296f39b96b57 Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 14 Dec 2025 17:45:13 +0100 Subject: [PATCH] fasdgrdtgjz5uj6rz65jztu5jzt6uujztnzt56zu7jzt65u --- .gitea/workflows/build-script.yaml | 2 +- compile-all.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 4543ce9..f53f633 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -31,7 +31,7 @@ jobs: uname -a - name: Debug Ls - run: ls -la "$PWD" $$ echo "$PWD" + run: ls -la "$PWD" && echo "$PWD" - name: Compile all .typ files shell: bash diff --git a/compile-all.bash b/compile-all.bash index 39645ee..0d16924 100755 --- a/compile-all.bash +++ b/compile-all.bash @@ -26,5 +26,5 @@ for f in "${files[@]}"; do dest_pdf="${OUT_DIR}/$(basename "${rel%.typ}").pdf" echo "Compiling: $f -> $dest_pdf" - docker run --rm -v "$PWD":/workspace ghcr.io/typst/typst:latest compile "/workspace/$f" "/workspace/$dest_pdf" + docker run --rm -v "$PWD":/work ghcr.io/typst/typst:latest compile "/work/$f" "/work/$dest_pdf" done