Skip to content

Commit

Permalink
Update publish versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Feb 12, 2025
1 parent d3d750f commit fd157a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
destination: docs/_site

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: docs/_site

Expand All @@ -97,8 +97,8 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

- uses: geekyeggo/delete-artifact@v2
- uses: geekyeggo/delete-artifact@v5
with:
name: github-pages

0 comments on commit fd157a5

Please sign in to comment.