Skip to content

Commit 6c0a6ca

Browse files
committed
new ver of deploy
1 parent 537d1f9 commit 6c0a6ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
npm install
2020
npm run build:live
2121
- name: Deploy 🚀
22-
uses: JamesIves/github-pages-deploy-action@releases/v3
22+
uses: JamesIves/github-pages-deploy-action@releases/v4
2323
with:
24-
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
25-
BRANCH: gh-pages
26-
FOLDER: dist/nano-vote-visualizer
24+
access_token: ${{ secrets.ACCESS_TOKEN }}
25+
branch: gh-pages
26+
folder: dist/nano-vote-visualizer

0 commit comments

Comments
 (0)