ci(deps): bump peaceiris/actions-gh-pages from 3 to 4

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](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-24 03:40:52 +00:00
committed by GitHub
parent ad8dbb95dd
commit 0595bf0a82
3 changed files with 5 additions and 5 deletions

View File

@ -162,7 +162,7 @@ jobs:
run: npm run build:demo run: npm run build:demo
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist-demo publish_dir: ./dist-demo

View File

@ -192,7 +192,7 @@ jobs:
path: dist/demo/ path: dist/demo/
- name: Deploy to staging - name: Deploy to staging
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/demo publish_dir: ./dist/demo
@ -221,7 +221,7 @@ jobs:
path: dist/demo/ path: dist/demo/
- name: Deploy to production - name: Deploy to production
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/demo publish_dir: ./dist/demo

View File

@ -237,7 +237,7 @@ jobs:
run: npm run build:demo run: npm run build:demo
- name: Deploy demo to GitHub Pages - name: Deploy demo to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/demo publish_dir: ./dist/demo
@ -245,7 +245,7 @@ jobs:
- name: Update latest demo link - name: Update latest demo link
if: needs.validate-version.outputs.is_prerelease == 'false' if: needs.validate-version.outputs.is_prerelease == 'false'
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v4
with: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist/demo publish_dir: ./dist/demo