Merge remote-tracking branch 'origin/dependabot/github_actions/peaceiris/actions-gh-pages-4'
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