Skip to content

Commit fea4074

Browse files
Bump peaceiris/actions-gh-pages from v3.7.3 to v3.8.0 (#23)
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from v3.7.3 to v3.8.0. - [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.7.3...068dc23) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb9253c commit fea4074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
# Push the book's HTML to github-pages
6060
- name: Deploy to GitHub pages
6161
if: github.ref == 'refs/heads/main'
62-
uses: peaceiris/actions-gh-pages@v3.7.3
62+
uses: peaceiris/actions-gh-pages@v3.8.0
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
6565
publish_dir: ./_build/html

0 commit comments

Comments
 (0)