Skip to content

Commit

Permalink
fix: Update github deploy action version and config (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadunindunil authored Jan 14, 2025
1 parent 58804b4 commit d05e0e5
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 @@ -32,7 +32,7 @@ jobs:
run: npm run build

- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
github_token: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./build

0 comments on commit d05e0e5

Please sign in to comment.