CI Fix: Node not found
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Has been cancelled
Some checks failed
Build Typst PDFs (Docker) / build-typst (push) Has been cancelled
This commit is contained in:
@@ -17,10 +17,6 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Run the whole job inside a Docker container that has Typst installed
|
||||
container:
|
||||
image: ghcr.io/typst/typst:latest
|
||||
options: --user root
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@@ -32,10 +28,14 @@ jobs:
|
||||
|
||||
- name: Compile all .typ files
|
||||
shell: bash
|
||||
run: |
|
||||
run: docker run --rm \
|
||||
-v "$PWD":/work \
|
||||
ghcr.io/typst/typst:latest \
|
||||
bash -c "
|
||||
TYPST_SOURCE_DIR="${TYPST_SOURCE_DIR}"
|
||||
BUILD_DIR="${BUILD_DIR}"
|
||||
./compile-all.bash
|
||||
"
|
||||
|
||||
- name: Upload PDFs
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user