We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61292e1 commit 7ede6eeCopy full SHA for 7ede6ee
2 files changed
.github/workflows/deploy-prod.yml
@@ -47,9 +47,9 @@ jobs:
47
- name: Run build
48
run: npm run build:prod
49
50
- # v4.7.4
+ # v4.8.0
51
- name: Run deploy
52
- uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23
+ uses: JamesIves/github-pages-deploy-action@d92aa235d04922e8f08b40ce78cc5442fcfbfa2f
53
with:
54
branch: asf-site
55
folder: build-prod
.github/workflows/deploy-stage.yml
@@ -52,9 +52,9 @@ jobs:
56
57
58
59
branch: asf-staging
60
0 commit comments