Skip to content

Commit 6fd66fa

Browse files
chore(deps): update jamesives/github-pages-deploy-action action to v4.2.5 (element-plus#6103)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 6ae5777 commit 6fd66fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
DOC_ENV: production
5050

5151
- name: Deploy
52-
uses: JamesIves/github-pages-deploy-action@v4.2.4
52+
uses: JamesIves/github-pages-deploy-action@v4.2.5
5353
with:
5454
token: ${{ secrets.GITHUB_TOKEN }}
5555
branch: gh-pages

.github/workflows/manual-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DOC_ENV: production
4343

4444
- name: Deploy
45-
uses: JamesIves/github-pages-deploy-action@v4.2.4
45+
uses: JamesIves/github-pages-deploy-action@v4.2.5
4646
with:
4747
token: ${{ secrets.GITHUB_TOKEN }}
4848
branch: gh-pages

.github/workflows/staging-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
NODE_OPTIONS: --max-old-space-size=4096
5252

5353
- name: Deploy staging website
54-
uses: JamesIves/github-pages-deploy-action@v4.2.4
54+
uses: JamesIves/github-pages-deploy-action@v4.2.5
5555
with:
5656
token: ${{ secrets.EP_BOT_TOKEN }}
5757
branch: main

0 commit comments

Comments
 (0)