We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11f622 commit 7a93d9fCopy full SHA for 7a93d9f
1 file changed
.github/workflows/deploy-docs.yml
@@ -24,17 +24,17 @@ jobs:
24
with:
25
fetch-depth: 0
26
27
+ - name: Setup pnpm
28
+ uses: pnpm/action-setup@v2
29
+ with:
30
+ version: 8
31
+
32
- name: Setup Node.js
33
uses: actions/setup-node@v4
34
35
node-version: 20
36
cache: 'pnpm'
37
- - name: Setup pnpm
- uses: pnpm/action-setup@v2
- with:
- version: 8
-
38
- name: Setup Pages
39
uses: actions/configure-pages@v4
40
0 commit comments