Skip to content

Commit dc8ed84

Browse files
authored
Update build.yml
1 parent 6cdbee0 commit dc8ed84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
- name: Set up Node ${{ matrix.nodeversion }}
2020
uses: actions/setup-node@v2
2121
with:
22-
node-version: ${{ matrix.node-version }}
22+
node-version: ${{ matrix.node-version }}
23+
- name: Before deploy
24+
run: npm run docs

0 commit comments

Comments
 (0)