We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9642b1 commit 27b3859Copy full SHA for 27b3859
.github/workflows/cd.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "${{secrets.ENV_FILE}}" >> env.txt
62
63
- name: Deploy 🚀
64
- uses: JamesIves/github-pages-deploy-action@v4.4.1
+ uses: JamesIves/github-pages-deploy-action@v4.8.0
65
with:
66
branch: master # The branch the action should deploy to.
67
folder: public # The folder the action should deploy.
0 commit comments