We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 537d1f9 commit 6c0a6caCopy full SHA for 6c0a6ca
.github/workflows/main.yml
@@ -19,8 +19,8 @@ jobs:
19
npm install
20
npm run build:live
21
- name: Deploy 🚀
22
- uses: JamesIves/github-pages-deploy-action@releases/v3
+ uses: JamesIves/github-pages-deploy-action@releases/v4
23
with:
24
- ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
25
- BRANCH: gh-pages
26
- FOLDER: dist/nano-vote-visualizer
+ access_token: ${{ secrets.ACCESS_TOKEN }}
+ branch: gh-pages
+ folder: dist/nano-vote-visualizer
0 commit comments