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 1d5d76a commit 0f036d9Copy full SHA for 0f036d9
.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
23
run: npm install --frozen-lockfile
24
25
- name: Build website
26
- run: npm run build
+ run: npm run build:docs
27
28
- name: Upload Build Artifact
29
uses: actions/upload-pages-artifact@v3
0 commit comments