Skip to content

Commit d767f4e

Browse files
authored
Merge pull request #5 from rsnodgrass/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents d5c087d + a84ff05 commit d767f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
make html
2121
- name: Deploy to GitHub Pages
22-
uses: peaceiris/actions-gh-pages@v3
22+
uses: peaceiris/actions-gh-pages@v4
2323
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2424
with:
2525
publish_branch: gh-pages

0 commit comments

Comments
 (0)