Skip to content

Commit 0433b9d

Browse files
Bump peaceiris/actions-gh-pages from 3 to 4 (#267)
1 parent 55de5ea commit 0433b9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sphinx-make-page.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
path: gh-pages
5454
- name: Deploy Pages
5555
if: ${{ success() && github.event_name != 'pull_request' && !env.ACT }}
56-
uses: peaceiris/actions-gh-pages@v3
56+
uses: peaceiris/actions-gh-pages@v4
5757
with:
5858
github_token: ${{ secrets.GITHUB_TOKEN }}
5959
publish_dir: ./_build/html

0 commit comments

Comments
 (0)