Fixed missing quotes
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 8s
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 8s
This commit is contained in:
@@ -24,7 +24,6 @@ jobs:
|
|||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
submodules: false
|
submodules: false
|
||||||
lfs: false
|
lfs: false
|
||||||
token: ${{ secrets.GITHUB_TOKEN }} # Gitea provides this
|
|
||||||
|
|
||||||
- name: Show Typst & OS versions
|
- name: Show Typst & OS versions
|
||||||
run: |
|
run: |
|
||||||
@@ -37,8 +36,8 @@ jobs:
|
|||||||
-v "$PWD":/work \
|
-v "$PWD":/work \
|
||||||
ghcr.io/typst/typst:latest \
|
ghcr.io/typst/typst:latest \
|
||||||
bash -c "
|
bash -c "
|
||||||
TYPST_SOURCE_DIR="${TYPST_SOURCE_DIR}"
|
TYPST_SOURCE_DIR=\"${TYPST_SOURCE_DIR}\"
|
||||||
BUILD_DIR="${BUILD_DIR}"
|
BUILD_DIR=\"${BUILD_DIR}\"
|
||||||
./compile-all.bash
|
./compile-all.bash
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user