Skip to content

Commit 83a7ede

Browse files
authored
Merge pull request #29 from ioos/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 7d94f4c + fd35dbc commit 83a7ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Deploy
4949
if: success() && 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)