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

This commit is contained in:
alexander
2025-12-14 19:07:34 +01:00
parent 79c888f774
commit 8a43b700d4
7 changed files with 17 additions and 11114 deletions

View File

@@ -29,3 +29,18 @@ jobs:
run: |
typst --version || true
uname -a
- name: Debug Ls
run: ls -la "$PWD" && echo "$PWD"
- name: Compile all .typ files
shell: bash
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash"
- name: Upload PDFs
if: always()
uses: actions/upload-artifact@v4
with:
name: typst-pdfs
path: ${{ env.BUILD_DIR }}/
if-no-files-found: warn