Skip to content

Commit 50cdf19

Browse files
authored
Merge pull request #34 from gardenlinux/dependabot/github_actions/peaceiris/actions-gh-pages-4
build(deps): bump peaceiris/actions-gh-pages from 3 to 4
2 parents d0f1568 + a5dc033 commit 50cdf19

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
@@ -21,7 +21,7 @@ jobs:
2121
poetry install
2222
sphinx-build docs _build
2323
- name: Deploy to GitHub Pages
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
2626
with:
2727
publish_branch: gh-pages

0 commit comments

Comments
 (0)