Partial Ci cicd
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Has been cancelled

This commit is contained in:
alexander
2025-12-14 17:59:54 +01:00
parent 024de6c037
commit 024a49c08d
5 changed files with 12 additions and 27 deletions

View File

@@ -29,18 +29,3 @@ 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