We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6df96 commit 2de3405Copy full SHA for 2de3405
.github/workflows/build-deploy.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Deploy 🚀
54
if: github.ref == 'refs/heads/master'
55
- uses: JamesIves/github-pages-deploy-action@v4.3.4
+ uses: JamesIves/github-pages-deploy-action@v4.4.0
56
with:
57
branch: gh-pages # The branch the action should deploy to.
58
folder: dist # The folder the action should deploy.
@@ -63,7 +63,7 @@ jobs:
63
64
# - name: Deploy to /develop 🚀
65
# if: github.ref == 'refs/heads/develop'
66
-# uses: JamesIves/github-pages-deploy-action@v4.3.4
+# uses: JamesIves/github-pages-deploy-action@v4.4.0
67
# with:
68
# branch: gh-pages
69
# folder: dist
0 commit comments