Skip to content

Commit 57ffc34

Browse files
authored
Update node.js.yml
1 parent e252f26 commit 57ffc34

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,5 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
cache: 'npm'
2929
- run: yarn install
30-
- run: yarn build
31-
- run: ls
32-
- run: cd dist/
33-
- run: git init
34-
- run: git add -A
35-
- run: git config user.name "Kavish" && git config user.email kavishrmunjal@gmail.com
36-
- run: git commit -m 'deploy'
37-
- run: git log
30+
- run: git config --global user.name "Kavish" && git config --global user.email kavishrmunjal@gmail.com
31+
- run: ./deploy.sh

0 commit comments

Comments
 (0)