Partial Ci cicd
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Has been cancelled
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Has been cancelled
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user