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 36b65ad commit 0f71dc4Copy full SHA for 0f71dc4
.github/workflows/deploy-docs.yml
@@ -20,24 +20,9 @@ jobs:
20
steps:
21
- name: Install Node.js
22
uses: actions/setup-node@v4
23
- with:
24
- node-version: 20
25
26
- uses: pnpm/action-setup@v4
27
28
- - name: Get pnpm store directory
29
- shell: bash
30
- run: |
31
- echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
32
-
33
- - uses: actions/cache@v4
34
- name: Setup pnpm cache
35
36
- path: ${{ env.STORE_PATH }}
37
- key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
38
- restore-keys: |
39
- ${{ runner.os }}-pnpm-store-
40
41
- name: Enable corepack
42
run: corepack enable
43
0 commit comments