Skip to content

Commit

Permalink
new ver of deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
numsu committed Feb 27, 2024
1 parent 537d1f9 commit 6c0a6ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
npm install
npm run build:live
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v3
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BRANCH: gh-pages
FOLDER: dist/nano-vote-visualizer
access_token: ${{ secrets.ACCESS_TOKEN }}
branch: gh-pages
folder: dist/nano-vote-visualizer

0 comments on commit 6c0a6ca

Please sign in to comment.