We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a636b commit e4fc43dCopy full SHA for e4fc43d
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: yarn run docs:build
27
28
- name: Deploy 🚀
29
- uses: JamesIves/github-pages-deploy-action@v4.4.2
+ uses: JamesIves/github-pages-deploy-action@v4.4.3
30
with:
31
branch: gh-pages # The branch the action should deploy to.
32
folder: dist # The folder the action should deploy.
0 commit comments