Skip to content

Commit

Permalink
Update to latest upload and deploy pages actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Teeuwen committed Jul 10, 2024
1 parent a586fc2 commit 82453c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:
.
- name: Upload artifact
uses: actions/upload-artifact@main
uses: actions/upload-artifact@v4
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
retention-days: 90

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit 82453c0

Please sign in to comment.