Skip to content

Commit

Permalink
Bump peaceiris/actions-gh-pages from 3 to 4
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2024
1 parent bea20ee commit 07a4642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
./scripts/docs-config.sh master
npm run docs
- name: Release to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GH_AUTH_TOKEN }}
publish_dir: dist/docs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
VERSION: ${{ needs.setup.outputs.version }}

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

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

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

0 comments on commit 07a4642

Please sign in to comment.