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 27ab164 commit 8142a09Copy full SHA for 8142a09
.github/workflows/deploy-portal-docs.yml
@@ -22,10 +22,13 @@ jobs:
22
node-version: 18
23
run_install: false
24
25
- - name: Install pnpm and dependencies
+ - name: Install pnpm
26
uses: pnpm/action-setup@v4
27
with:
28
version: 9
29
+ run_install: false
30
+
31
+ - name: Install dependencies
32
run: pnpm install --force
33
34
- name: Build assets
.github/workflows/prepare-publish.yml
@@ -17,10 +17,13 @@ jobs:
17
18
19
20
21
- name: Publish
0 commit comments