Skip to content

Commit

Permalink
Update upload pages artifact v3
Browse files Browse the repository at this point in the history
  • Loading branch information
kimushun1101 committed Aug 13, 2024
1 parent 308866c commit 8426c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
mkdir ./out
typst compile ./main.typ ./out/typst-jp-conf.pdf
- uses: actions/upload-pages-artifact@v2
- uses: actions/upload-pages-artifact@v3
with:
path: ./out
- uses: actions/deploy-pages@v4
- uses: actions/deploy-pages@v3
id: deployment

0 comments on commit 8426c1c

Please sign in to comment.