fasdgrdtgjz5uj6rz65jztu5jzt6uujztnzt56zu7jzt65u
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 33s
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 33s
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
uname -a
|
uname -a
|
||||||
|
|
||||||
- name: Debug Ls
|
- name: Debug Ls
|
||||||
run: ls -la "$PWD" $$ echo "$PWD"
|
run: ls -la "$PWD" && echo "$PWD"
|
||||||
|
|
||||||
- name: Compile all .typ files
|
- name: Compile all .typ files
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
@@ -26,5 +26,5 @@ for f in "${files[@]}"; do
|
|||||||
dest_pdf="${OUT_DIR}/$(basename "${rel%.typ}").pdf"
|
dest_pdf="${OUT_DIR}/$(basename "${rel%.typ}").pdf"
|
||||||
|
|
||||||
echo "Compiling: $f -> $dest_pdf"
|
echo "Compiling: $f -> $dest_pdf"
|
||||||
docker run --rm -v "$PWD":/workspace ghcr.io/typst/typst:latest compile "/workspace/$f" "/workspace/$dest_pdf"
|
docker run --rm -v "$PWD":/work ghcr.io/typst/typst:latest compile "/work/$f" "/work/$dest_pdf"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user