Skip to content

Commit 5a7bac5

Browse files
committed
Add step to build docs
1 parent f379a5d commit 5a7bac5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
registry-url: "${{env.github-registry}}"
5151
scope: "@${{env.scope}}"
5252

53+
- name: Build Docs
54+
run: pnpm build
55+
5356
- name: Download designer (v1)
5457
env:
5558
NODE_AUTH_TOKEN: ${{env.token}}

0 commit comments

Comments
 (0)