Skip to content

Commit 7ede6ee

Browse files
authored
chore(workflow): update github-pages-deploy-action@v4.8.0 (#1457)
1 parent 61292e1 commit 7ede6ee

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ jobs:
4747
- name: Run build
4848
run: npm run build:prod
4949

50-
# v4.7.4
50+
# v4.8.0
5151
- name: Run deploy
52-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23
52+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f
5353
with:
5454
branch: asf-site
5555
folder: build-prod

.github/workflows/deploy-stage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
- name: Run build
5353
run: npm run build:prod
5454

55-
# v4.7.4
55+
# v4.8.0
5656
- name: Run deploy
57-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23
57+
uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f
5858
with:
5959
branch: asf-staging
6060
folder: build-prod

0 commit comments

Comments
 (0)