Skip to content

Commit

Permalink
fix: correct the latex action
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Apr 4, 2024
1 parent 1331c2b commit b1dd7c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/latex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit b1dd7c9

Please sign in to comment.