Skip to content

Commit 3ccc47c

Browse files
authored
Merge pull request #1926 from python-visualization/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 2e845e7 + 06e9509 commit 3ccc47c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Publish to Github Pages on main
4040
if: ${{ github.ref == 'refs/heads/main' }}
41-
uses: peaceiris/actions-gh-pages@v3
41+
uses: peaceiris/actions-gh-pages@v4
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}
4444
publish_dir: docs/_build/html/
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Publish to Github Pages on release
4949
if: ${{ github.event_name == 'release' }}
50-
uses: peaceiris/actions-gh-pages@v3
50+
uses: peaceiris/actions-gh-pages@v4
5151
with:
5252
github_token: ${{ secrets.GITHUB_TOKEN }}
5353
publish_dir: docs/_build/html/

0 commit comments

Comments
 (0)