Skip to content

Commit bddedda

Browse files
authored
Update node.js.yml
1 parent 69f98aa commit bddedda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v2
1212

13+
- name: Install Dependencies
14+
run: npm install
15+
16+
- name: Build
17+
run: npm run build
18+
1319
- name: Deploy to GitHub Pages
1420
uses: JamesIves/github-pages-deploy-action@v4
1521
with:

0 commit comments

Comments
 (0)