Skip to content

Commit 13b1f6e

Browse files
committed
build docs too
1 parent b63f4c4 commit 13b1f6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: npm install --frozen-lockfile
2626
- name: Test build website
27-
run: npm run build
27+
run: |
28+
npm run build
29+
npm run build:docs

0 commit comments

Comments
 (0)