Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj9296 authored Apr 4, 2024
1 parent 1f44eb6 commit c82da02
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- run: npm run build
env:
CI: ""
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
deploy_key: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
folder: build # The folder the action should deploy.

0 comments on commit c82da02

Please sign in to comment.