This commit is contained in:
@@ -29,10 +29,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Compile all .typ files
|
- name: Compile all .typ files
|
||||||
uses: addnab/docker-run-action@v3
|
uses: addnab/docker-run-action@v3
|
||||||
|
env:
|
||||||
|
TYPST_SOURCE_DIR: ${{ env.TYPST_SOURCE_DIR }}
|
||||||
|
BUILD_DIR: ${{ env.BUILD_DIR }}
|
||||||
with:
|
with:
|
||||||
image: ghcr.io/typst/typst:0.14.2
|
image: ghcr.io/typst/typst:0.14.2
|
||||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF ${{ github.workspace }}"
|
cwd: ${{ github.workspace }}
|
||||||
|
run: "cd ${{ github.workspace }} && bash ./compile-all.bash"
|
||||||
|
|
||||||
|
|
||||||
- name: Upload PDFs
|
- name: Upload PDFs
|
||||||
|
|||||||
Reference in New Issue
Block a user