Skip to content

Commit

Permalink
Update CW24_lightning_talk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsteyn committed Apr 17, 2024
1 parent 482f3b9 commit 8caae62
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/CW24_lightning_talk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compile slide
uses: xu-cheng/latex-action@v2
uses: xu-cheng/latex-action@v3
with:
root_file: cw24.tex
latexmk_use_lualatex: true
- name: Upload slide PDF file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: cw24
name: pdf
path: cw24.pdf
- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
cw24.pdf
files: cw24.pdf

0 comments on commit 8caae62

Please sign in to comment.