Skip to content

Commit

Permalink
Merge pull request #549 from srobo/bump-pages-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
raccube authored Mar 12, 2024
2 parents 072eb80 + 342f707 commit 095134c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: rake validate

- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3

deploy:
name: Deploy to GitHub Pages
Expand Down Expand Up @@ -59,4 +59,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 095134c

Please sign in to comment.