We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 875bd0b commit 9890954Copy full SHA for 9890954
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
npm run build
25
26
- name: Deploy 🚀
27
- uses: JamesIves/github-pages-deploy-action@v4
+ uses: JamesIves/github-pages-deploy-action@v4.6.4
28
with:
29
folder: dist # The folder the action should deploy.
30
clean: true
0 commit comments