Fixed missing quotes
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 8s

This commit is contained in:
alexander
2025-12-14 17:21:33 +01:00
parent b747acea54
commit 9f8d1b27c2

View File

@@ -24,7 +24,6 @@ jobs:
fetch-depth: 1
submodules: false
lfs: false
token: ${{ secrets.GITHUB_TOKEN }} # Gitea provides this
- name: Show Typst & OS versions
run: |
@@ -37,8 +36,8 @@ jobs:
-v "$PWD":/work \
ghcr.io/typst/typst:latest \
bash -c "
TYPST_SOURCE_DIR="${TYPST_SOURCE_DIR}"
BUILD_DIR="${BUILD_DIR}"
TYPST_SOURCE_DIR=\"${TYPST_SOURCE_DIR}\"
BUILD_DIR=\"${BUILD_DIR}\"
./compile-all.bash
"