Skip to content

Commit

Permalink
Fix docs ci (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron authored Apr 26, 2022
1 parent a77577b commit 8991d1c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/docs-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,14 @@ jobs:
with:
node-version: "16"

- name: Install JS dependencies
run: yarn

- name: Build bundles
run: yarn build

- name: Build docs
run: |
yarn build && yarn docs:build
run: yarn docs:build

- name: Publish docs
run: |
Expand Down

0 comments on commit 8991d1c

Please sign in to comment.