We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebee759 commit ee86f53Copy full SHA for ee86f53
.github/workflows/deploy.yml
@@ -45,7 +45,7 @@ jobs:
45
mkdir deploy-dir
46
unzip build.zip -d deploy-dir
47
- name: Deploy 🚀
48
- uses: JamesIves/github-pages-deploy-action@v4.4.2
+ uses: JamesIves/github-pages-deploy-action@v4.4.3
49
with:
50
token: ${{ secrets.GITHUB_TOKEN }}
51
branch: gh-pages # The branch the action should deploy to.
0 commit comments