Skip to content

Commit 8991d1c

Browse files
authored
Fix docs ci (#112)
1 parent a77577b commit 8991d1c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/docs-website.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,14 @@ jobs:
2727
with:
2828
node-version: "16"
2929

30+
- name: Install JS dependencies
31+
run: yarn
32+
33+
- name: Build bundles
34+
run: yarn build
35+
3036
- name: Build docs
31-
run: |
32-
yarn build && yarn docs:build
37+
run: yarn docs:build
3338

3439
- name: Publish docs
3540
run: |

0 commit comments

Comments
 (0)