Skip to content

Commit 64b7d7b

Browse files
Merge pull request #141 from Unidata/dependabot-github_actions-peaceiris-actions-gh-pages-4
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 1fd93dc + 0d52f97 commit 64b7d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx_build_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
make html
5252
5353
- name: Deploy to gh-pages
54-
uses: peaceiris/actions-gh-pages@v3
54+
uses: peaceiris/actions-gh-pages@v4
5555
with:
5656
github_token: ${{ secrets.GITHUB_TOKEN }}
5757
publish_dir: ./docs/build/html

0 commit comments

Comments
 (0)