Fix docs build path

This commit is contained in:
Marc Rousavy 2021-03-04 10:36:27 +01:00
parent 0709711b07
commit 71b442aeb4

View File

@ -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: