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/)
|
||||
run: yarn example --frozen-lockfile
|
||||
|
||||
- name: Test Build
|
||||
- name: Test Docs Build
|
||||
run: |
|
||||
cd docs
|
||||
yarn install --frozen-lockfile
|
||||
yarn build
|
||||
gh-release:
|
||||
|
Loading…
Reference in New Issue
Block a user