Skip to content

Commit f25d783

Browse files
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#508)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ee25959 commit f25d783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Generate documentation
3535
run: poetry run sphinx-build -b html ./ ./_build
3636
- name: Deploy to GitHub Pages
37-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-gh-pages@v4
3838
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
3939
with:
4040
publish_branch: docs

0 commit comments

Comments
 (0)