Skip to content
This repository was archived by the owner on Nov 21, 2022. It is now read-only.

Commit 424b82f

Browse files
Bump peaceiris/actions-gh-pages from 3.8.0 to 3.9.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.8.0 to 3.9.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.8.0...v3.9.0) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 811740c commit 424b82f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-book.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
rm -f book.zip
3838
3939
- name: Deploy to GitHub Pages
40-
uses: peaceiris/actions-gh-pages@v3.8.0
40+
uses: peaceiris/actions-gh-pages@v3.9.0
4141
if: github.ref == 'refs/heads/main'
4242
with:
4343
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/deploy-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
github.event.workflow_run.conclusion == 'success'
116116
&& steps.find-pull-request.outputs.number != ''
117117
&& steps.fc.outputs.comment-id != ''
118-
uses: peaceiris/actions-gh-pages@v3.8.0
118+
uses: peaceiris/actions-gh-pages@v3.9.0
119119
with:
120120
github_token: ${{ secrets.GITHUB_TOKEN }}
121121
publish_dir: notebooks/_build/html

0 commit comments

Comments
 (0)