Skip to content

Commit

Permalink
Update compile-all-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mlindauer committed Apr 19, 2023
1 parent 6eb9705 commit 6f9f789
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compile-all-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
"handout",
]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: compile week ${{ matrix.week }} with xelatex
uses: ./.github/actions/xelatex-week
with:
folder: ${{ matrix.week }}
mode: ${{ matrix.mode }}
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: Slides ${{ matrix.week }} (${{ matrix.mode }})
path: ${{ matrix.week }}/${{ matrix.mode }}/*.pdf
Expand All @@ -59,8 +59,8 @@ jobs:
"w11_wrap_up"
]
steps:
- uses: actions/checkout@v2
- uses: actions/download-artifact@v2
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
with:
name: Slides ${{ matrix.week }} (handout)
path: ${{ matrix.week }}/
Expand Down

0 comments on commit 6f9f789

Please sign in to comment.