Merge remote-tracking branch 'origin/dependabot/github_actions/peaceiris/actions-gh-pages-4'

This commit is contained in:
2025-05-24 05:49:00 +02:00
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