This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: addnab/docker-run-action@v3
|
||||
with:
|
||||
image: ghcr.io/typst/typst:0.14.2
|
||||
options: -v "${{ github.workspace }}:/workspace -w /workspace"
|
||||
options: -v "${{ env.GITEA_WORK_DIR }}:/workspace -w /workspace"
|
||||
run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user