Skip to content

Commit aff5e08

Browse files
authored
Merge pull request #4 from python-project-templates/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 0e29467 + f2ab210 commit aff5e08

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
@@ -22,7 +22,7 @@ jobs:
2222
- run: pip install .
2323
- run: make docs
2424
- name: Deploy
25-
uses: peaceiris/actions-gh-pages@v3
25+
uses: peaceiris/actions-gh-pages@v4
2626
with:
2727
publish_branch: gh-pages
2828
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)