Skip to content

Commit 25f0784

Browse files
Bump peaceiris/actions-gh-pages from 3 to 4 (#876)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bea20ee commit 25f0784

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
./scripts/docs-config.sh master
3535
npm run docs
3636
- name: Release to GitHub Pages
37-
uses: peaceiris/actions-gh-pages@v3
37+
uses: peaceiris/actions-gh-pages@v4
3838
with:
3939
github_token: ${{ secrets.GH_AUTH_TOKEN }}
4040
publish_dir: dist/docs

.github/workflows/publish-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
VERSION: ${{ needs.setup.outputs.version }}
9494

9595
- name: Release to GitHub Pages (version)
96-
uses: peaceiris/actions-gh-pages@v3
96+
uses: peaceiris/actions-gh-pages@v4
9797
with:
9898
github_token: ${{ secrets.GH_AUTH_TOKEN }}
9999
publish_dir: dist/docs
@@ -120,15 +120,15 @@ jobs:
120120

121121
- name: Release to GitHub Pages (latest)
122122
if: "!github.event.release.prerelease"
123-
uses: peaceiris/actions-gh-pages@v3
123+
uses: peaceiris/actions-gh-pages@v4
124124
with:
125125
github_token: ${{ secrets.GH_AUTH_TOKEN }}
126126
publish_dir: dist/docs
127127
destination_dir: latest
128128

129129
- name: Release to GitHub Pages (next)
130130
if: "github.event.release.prerelease"
131-
uses: peaceiris/actions-gh-pages@v3
131+
uses: peaceiris/actions-gh-pages@v4
132132
with:
133133
github_token: ${{ secrets.GH_AUTH_TOKEN }}
134134
publish_dir: dist/docs

0 commit comments

Comments
 (0)