Skip to content

Commit 55d1bda

Browse files
committed
build specs and website
1 parent 0f036d9 commit 55d1bda

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install --frozen-lockfile
2424

25-
- name: Build website
26-
run: npm run build:docs
25+
- name: Build specs and website
26+
run: |
27+
npm run build
28+
npm run build:docs
2729
2830
- name: Upload Build Artifact
2931
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)