Skip to content

Commit

Permalink
Bump deploy-pages version too.
Browse files Browse the repository at this point in the history
Hopefully this will work better with the previously-bumped
upload-pages-artifact, which needed to be bumped because the old version
no longer runs.
  • Loading branch information
dbaron committed Jan 29, 2025
1 parent 5f8db1e commit e358706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
uses: actions/upload-pages-artifact@v3.0.1
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4

0 comments on commit e358706

Please sign in to comment.