Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kushwahramkumar2003 authored Dec 31, 2023
1 parent 6bbc298 commit 88fb4df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: Deploy using github action

on:
push:
Expand Down Expand Up @@ -29,3 +29,7 @@ jobs:
- run: npm ci
- run: npm run build --if-present
# - run: npm test
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build # The folder the action should deploy.

0 comments on commit 88fb4df

Please sign in to comment.