This commit is contained in:
@@ -35,11 +35,7 @@ jobs:
|
|||||||
run: docker run --rm \
|
run: docker run --rm \
|
||||||
-v "$PWD":/work \
|
-v "$PWD":/work \
|
||||||
ghcr.io/typst/typst:latest \
|
ghcr.io/typst/typst:latest \
|
||||||
bash -c "
|
bash -c "echo test"
|
||||||
TYPST_SOURCE_DIR=\"${TYPST_SOURCE_DIR}\"
|
|
||||||
BUILD_DIR=\"${BUILD_DIR}\"
|
|
||||||
./compile-all.bash
|
|
||||||
"
|
|
||||||
|
|
||||||
- name: Upload PDFs
|
- name: Upload PDFs
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user