From 54a43272d615076f507168112e5bb942376feedb Mon Sep 17 00:00:00 2001 From: alexander Date: Sun, 14 Dec 2025 20:51:03 +0100 Subject: [PATCH] asd --- .gitea/workflows/build-script.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitea/workflows/build-script.yaml b/.gitea/workflows/build-script.yaml index d7d566f..ea44ef0 100644 --- a/.gitea/workflows/build-script.yaml +++ b/.gitea/workflows/build-script.yaml @@ -7,7 +7,6 @@ on: pull_request: branches: [ "**" ] -# Change this to the folder that contains your .typ files (relative to repo root) env: TYPST_SOURCE_DIR: src BUILD_DIR: build @@ -28,13 +27,6 @@ jobs: - name: Debug Ls run: ls -la "$PWD" && echo "$PWD" - - name: Compile all .typ files - uses: addnab/docker-run-action@v3 - with: - image: ghcr.io/typst/typst:0.14.2 - options: -v "${{ github.workspace }}:/workspace -w /workspace" - run: "TYPST_SOURCE_DIR=${{ env.TYPST_SOURCE_DIR }} BUILD_DIR=${{ env.BUILD_DIR }} ls -laF - - name: Upload PDFs if: always()