We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f91b86 commit d514747Copy full SHA for d514747
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: yarn install --frozen-lockfile
26
- name: Build website
27
- run: yarn build
+ run: yarn docs build
28
29
- name: Upload Build Artifact
30
uses: actions/upload-pages-artifact@v3
0 commit comments