From 8d56a258bdc50f7c5fd5964163122a79770c179c Mon Sep 17 00:00:00 2001 From: Nareshkumar Rao <629990+naresh97@users.noreply.github.com> Date: Sun, 23 Mar 2025 03:55:27 +0100 Subject: [PATCH] wip --- .gitea/workflows/build.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 352b592..aa0a33a 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,13 +12,12 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 - - - name: Build LaTeX - uses: docker://nareshkumarrao/texliveonfly:latest + + - uses: wtfjoke/setup-tectonic@v3 with: - entrypoint: /bin/sh - args: -c "tlmgr update --self --all && texliveonfly Main.tex && biber main && texliveonfly Main.tex && biber main && texliveonfly Main.tex" - + biber-version: 'latest' + - run: tectonic Main.tex + # - name: Create Release # uses: softprops/action-gh-release@v1 # if: startsWith(github.ref, 'refs/tags/')