Skip to content

Commit

Permalink
Merge pull request #64 from Relm4/dependabot/github_actions/peaceiris…
Browse files Browse the repository at this point in the history
…/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
AaronErhardt authored Apr 9, 2024
2 parents ef85b9b + fecd2c4 commit 5b26185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/book-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail: true

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
# Only deploy when ref is next
if: (github.event_name == 'push' && github.ref == 'refs/heads/next')
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
fail: true

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
# Only deploy when ref is main
if: (github.event_name == 'push' && github.ref == 'refs/heads/main')
with:
Expand Down

0 comments on commit 5b26185

Please sign in to comment.