We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3206fbe commit 0a0ab45Copy full SHA for 0a0ab45
.github/workflows/publish_demos.yml
@@ -24,7 +24,7 @@ jobs:
24
rm build/example/packages
25
26
- name: Publish 🚀
27
- uses: JamesIves/github-pages-deploy-action@4.0.0
+ uses: JamesIves/github-pages-deploy-action@v4.4.1
28
with:
29
branch: gh-pages # The branch the action should deploy to.
30
folder: build/example # The folder the action should deploy.
0 commit comments