Skip to content

Commit

Permalink
Update compile-manual-week.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlindauer authored Apr 19, 2023
1 parent dd836ac commit 6eb9705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compile-manual-week.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
name: Compile
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: compile week ${{ inputs.week }} with xelatex
uses: ./.github/actions/xelatex-week
with:
folder: ${{ inputs.week }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Slides ${{ inputs.week }}
path: ${{ inputs.week }}/*.pdf

0 comments on commit 6eb9705

Please sign in to comment.