asd
All checks were successful
Build Typst PDFs (Docker) / build-typst (push) Successful in 23s

This commit is contained in:
alexander
2025-12-14 20:51:03 +01:00
parent c6bf2e3ef3
commit 54a43272d6

View File

@@ -7,7 +7,6 @@ on:
pull_request: pull_request:
branches: [ "**" ] branches: [ "**" ]
# Change this to the folder that contains your .typ files (relative to repo root)
env: env:
TYPST_SOURCE_DIR: src TYPST_SOURCE_DIR: src
BUILD_DIR: build BUILD_DIR: build
@@ -28,13 +27,6 @@ jobs:
- name: Debug Ls - name: Debug Ls
run: ls -la "$PWD" && echo "$PWD" run: ls -la "$PWD" && echo "$PWD"
- name: Compile all .typ files
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/typst/typst:0.14.2
options: -v "${{ github.workspace }}:/workspace -w /workspace"
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF
- name: Upload PDFs - name: Upload PDFs
if: always() if: always()