Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Temporary fix for bug in v4: JamesIves/github-pages-deploy-action#1697
  • Loading branch information
EricSDavis authored Sep 28, 2024
1 parent 6d5af6f commit a29b131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@v4.6.4
with:
folder: ./dist
branch: gh-pages
clean: true
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a29b131

Please sign in to comment.