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:
2
.github/workflows/animation-processing.yml
vendored
2
.github/workflows/animation-processing.yml
vendored
@ -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
|
||||||
|
|||||||
4
.github/workflows/demo-deployment.yml
vendored
4
.github/workflows/demo-deployment.yml
vendored
@ -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
|
||||||
|
|||||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user