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 b63f4c4 commit 13b1f6eCopy full SHA for 13b1f6e
.github/workflows/test-deploy.yaml
@@ -24,4 +24,6 @@ jobs:
24
- name: Install dependencies
25
run: npm install --frozen-lockfile
26
- name: Test build website
27
- run: npm run build
+ run: |
28
+ npm run build
29
+ npm run build:docs
0 commit comments