Fix docs build path
This commit is contained in:
parent
0709711b07
commit
71b442aeb4
3
.github/workflows/build-docs.yml
vendored
3
.github/workflows/build-docs.yml
vendored
@ -45,8 +45,9 @@ jobs:
|
|||||||
- name: Install modules (example/)
|
- name: Install modules (example/)
|
||||||
run: yarn example --frozen-lockfile
|
run: yarn example --frozen-lockfile
|
||||||
|
|
||||||
- name: Test Build
|
- name: Test Docs Build
|
||||||
run: |
|
run: |
|
||||||
|
cd docs
|
||||||
yarn install --frozen-lockfile
|
yarn install --frozen-lockfile
|
||||||
yarn build
|
yarn build
|
||||||
gh-release:
|
gh-release:
|
||||||
|
Loading…
Reference in New Issue
Block a user