Skip to content

Commit

Permalink
Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
AdleeAfif committed Sep 13, 2023
1 parent 5205806 commit 4fbba3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Set up Git user identity
run:
git config --global user.email "[email protected]"
git config --global user.name "AdleeAfif"
- run: npm i
- run: npm run build --if-present
- run: npm run deploy
Expand Down

0 comments on commit 4fbba3f

Please sign in to comment.