Ci Fix: Another try
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:
@@ -32,7 +32,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile all .typ files
|
- name: Compile all .typ files
|
||||||
shell: bash
|
shell: bash
|
||||||
run: docker ps
|
run: |
|
||||||
|
docker run --rm
|
||||||
|
-v "$PWD":/workspace
|
||||||
|
ghcr.io/typst/typst:latest
|
||||||
|
bash -c "echo test"
|
||||||
|
|
||||||
- name: Upload PDFs
|
- name: Upload PDFs
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user