Skip to content

Commit 344c327

Browse files
Bump peaceiris/actions-gh-pages from 4.0.0 to 4.1.0
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 4.0.0 to 4.1.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@4f9cc66...84c30a8) --- updated-dependencies: - dependency-name: peaceiris/actions-gh-pages dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f1f5467 commit 344c327

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
# The step is only used to build docs while pushing a PR to "master"
195195
- name: Deploy docs
196196
if: env.GH_EVENT_PUSH_UPSTREAM == 'true'
197-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
197+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
198198
with:
199199
github_token: ${{ secrets.GITHUB_TOKEN }}
200200
publish_dir: ${{ env.PUBLISH_DIR }}
@@ -207,7 +207,7 @@ jobs:
207207
# The step is only used to build docs while pushing to PR branch
208208
- name: Publish pull-request docs
209209
if: env.GH_EVENT_OPEN_PR_UPSTREAM == 'true'
210-
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4.0.0
210+
uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0
211211
with:
212212
github_token: ${{ secrets.GITHUB_TOKEN }}
213213
publish_dir: ${{ env.PUBLISH_DIR }}

0 commit comments

Comments
 (0)