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 c3857e1 commit 560e13aCopy full SHA for 560e13a
.github/workflows/update.yml
@@ -44,19 +44,17 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-pnpm-store
46
47
+ - name: Build Docs
48
+ run: |
49
+ pnpm install --no-frozen-lockfile
50
+ npm run build
51
+
52
- uses: actions/setup-node@v4
53
with:
54
node-version: 20
55
registry-url: "${{env.github-registry}}"
56
scope: "@${{env.scope}}"
57
- - name: Build Docs
- env:
- NODE_AUTH_TOKEN: ${{env.token}}
- run: |
- pnpm install --no-frozen-lockfile --registry=${{env.npmjs-registry}}
58
- npm run build
59
-
60
- name: Download designer (v1)
61
env:
62
NODE_AUTH_TOKEN: ${{env.token}}
0 commit comments