Skip to content

Commit 79d6fe8

Browse files
authored
Merge pull request #33 from DeepPSP/dependabot/github_actions/peaceiris/actions-gh-pages-4
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4
2 parents 1cfbacf + 78f3e2e commit 79d6fe8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
- name: Publish to GitHub Pages
119119
# publish only when pushed to 'doc' and 'master' branches or manually triggered
120120
if: (github.event_name == 'push' && (contains(fromJson('["refs/heads/doc", "refs/heads/master"]'), github.ref))) || (github.event_name == 'workflow_dispatch')
121-
uses: peaceiris/actions-gh-pages@v3
121+
uses: peaceiris/actions-gh-pages@v4
122122
with:
123123
github_token: ${{ secrets.GITHUB_TOKEN }}
124124
publish_dir: ./docs/build/html

0 commit comments

Comments
 (0)