We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3e442 commit ce12951Copy full SHA for ce12951
.github/workflows/deploy-docs.yaml
@@ -34,7 +34,7 @@ jobs:
34
- name: Build Packages
35
run: yarn build:packages
36
- name: Create Docs
37
- run: cd docs && yarn build:docs
+ run: cd docs && yarn build
38
- uses: actions/upload-pages-artifact@v2
39
with:
40
path: ./docs/build
0 commit comments