Skip to content

Commit 8ce40d7

Browse files
committed
Restore original Build Docs step
1 parent 4db64fb commit 8ce40d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ jobs:
5151
scope: "@${{env.scope}}"
5252

5353
- name: Build Docs
54-
run: pnpm i && pnpm build
54+
env:
55+
NODE_AUTH_TOKEN: ${{env.token}}
56+
run: |
57+
pnpm install --no-frozen-lockfile
58+
npm run build
5559
5660
- name: Download designer (v1)
5761
env:

0 commit comments

Comments
 (0)