Skip to content

Commit

Permalink
Merge pull request #60 from orbinson/feature/fix-pages
Browse files Browse the repository at this point in the history
Update to latest upload and deploy pages actions
  • Loading branch information
royteeuwen authored Jul 10, 2024
2 parents a586fc2 + 82453c0 commit 67cbb8c
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 67cbb8c

Please sign in to comment.