From b1dd7c93bdb4011ae022e23bb8338c858d1bef11 Mon Sep 17 00:00:00 2001 From: Parham Alvani Date: Thu, 4 Apr 2024 05:47:45 +0000 Subject: [PATCH] fix: correct the latex action --- .github/workflows/latex.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/latex.yaml b/.github/workflows/latex.yaml index 2a6c2c8..0f41c11 100644 --- a/.github/workflows/latex.yaml +++ b/.github/workflows/latex.yaml @@ -16,8 +16,10 @@ jobs: - uses: wtfjoke/setup-tectonic@v3 with: github-token: ${{ secrets.GITHUB_TOKEN }} - - name: compile resume in latex - run: tectonic -X build + - name: compile packages presentation + run: cd packages && tectonic -X build + - name: compile introduction presentation + run: cd introduction && tectonic -X build - name: release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')