Skip to content

Commit 9b2f96a

Browse files
chore(deps): Bump peaceiris/actions-gh-pages from 3 to 4 (#288)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b4e319 commit 9b2f96a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
echo -e "User-agent: *\nSitemap: https://${{ env.CUSTOM_DOMAIN }}/sitemap.xml" > "./site/robots.txt"
8080
8181
- name: Deploy docs
82-
uses: peaceiris/actions-gh-pages@v3
82+
uses: peaceiris/actions-gh-pages@v4
8383
if: github.ref == 'refs/heads/master'
8484
with:
8585
personal_token: ${{ secrets.DEPLOYMENT_PERSONAL_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)