mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-11-30 02:08:12 +08:00
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.4 (#6100)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
944deebd8d
commit
ff9106120b
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
|
2
.github/workflows/manual-deploy-docs.yml
vendored
2
.github/workflows/manual-deploy-docs.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.4
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
|
2
.github/workflows/staging-preview.yml
vendored
2
.github/workflows/staging-preview.yml
vendored
@ -51,7 +51,7 @@ jobs:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
- name: Deploy staging website
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.3
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.4
|
||||
with:
|
||||
token: ${{ secrets.EP_BOT_TOKEN }}
|
||||
branch: main
|
||||
|
Loading…
Reference in New Issue
Block a user