Skip to content

Commit 216c7db

Browse files
build(deps): bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4. - [Release notes](https://github.com/peaceiris/actions-gh-pages/releases) - [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md) - [Commits](peaceiris/actions-gh-pages@v3...v4) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5863bad commit 216c7db

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
@@ -11,7 +11,7 @@ jobs:
1111
pre-build-command: "pip install .[docs]"
1212
docs-folder: "docs/"
1313
- name: Deploy
14-
uses: peaceiris/actions-gh-pages@v3
14+
uses: peaceiris/actions-gh-pages@v4
1515
if: github.ref == 'refs/heads/master'
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)