We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11d0da1 + f39fca6 commit cf9b69eCopy full SHA for cf9b69e
.github/workflows/build-and-deploy-site.yml
@@ -23,7 +23,7 @@ jobs:
23
npm run build
24
25
- name: Deploy 🚀
26
- uses: JamesIves/github-pages-deploy-action@4.0.0
+ uses: JamesIves/github-pages-deploy-action@v4.4.3
27
with:
28
branch: site # The branch the action should deploy to.
29
folder: public # The folder the action should deploy.
0 commit comments