Skip to content

Commit

Permalink
Update Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
teapotd committed Mar 21, 2024
1 parent ec6442d commit 358dc58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
timeout-minutes: 5
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install prerequisities
run: sudo apt-get update && sudo apt-get install texlive-latex-base texlive-latex-recommended texlive-latex-extra latexmk python3-pygments
- name: Build PDF
run: ./make.sh
- name: Upload PDF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: algolib.pdf
path: build/algolib.pdf

0 comments on commit 358dc58

Please sign in to comment.