Ci Fix: Fixed "Fun" docker problem
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Failing after 9s
This commit is contained in:
@@ -32,11 +32,7 @@ jobs:
|
||||
|
||||
- name: Compile all .typ files
|
||||
shell: bash
|
||||
run: |
|
||||
docker run --rm
|
||||
-v "$PWD":/workspace
|
||||
ghcr.io/typst/typst:latest
|
||||
bash -c "echo test"
|
||||
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ./compile-all.bash"
|
||||
|
||||
- name: Upload PDFs
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user