Skip to content

Commit 88cd753

Browse files
authored
Update node.js.yml
1 parent 559fad6 commit 88cd753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
- uses: actions/checkout@master
1717
- name: Install Dependencies
1818
run: yarn install
19-
- name: Build
20-
run: yarn build
19+
- name: Build and generate static output
20+
run: yarn deploy

0 commit comments

Comments
 (0)