diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index 0412c90..f96661b 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -30,6 +30,9 @@ jobs: typst --version || true uname -a + - name: Debug Ls + run: ls -la "$PWD" + - name: Compile all .typ files shell: bash run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash"