Skip to content

Commit 47ee827

Browse files
committed
Update deploy-docs.yml
1 parent 71382f3 commit 47ee827

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,21 @@ jobs:
1616
with:
1717
ref: master
1818

19-
- name: build
19+
- name: Setup Node
2020
uses: actions/setup-node@v1
2121
with:
2222
node-version: "12.x"
23-
- run: |
24-
npm install
23+
24+
- name: Install outer env
25+
run: npm install
26+
27+
- name: Install innner env
28+
run: |
2529
cd examples
2630
npm install
27-
npm run build
31+
32+
- name: Build doc
33+
run: npm run build
2834

2935
- name: deploy
3036
uses: peaceiris/[email protected]

0 commit comments

Comments
 (0)