Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briancpark committed Dec 17, 2023
1 parent 414cc2e commit 8012037
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install LaTeX
run: |
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
run: make all

- name: Upload PDFs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Compiled-PDFs
path: ./*.pdf

0 comments on commit 8012037

Please sign in to comment.