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/')