We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f251a commit 044d1ffCopy full SHA for 044d1ff
.github/workflows/deploy-site.yml
@@ -47,8 +47,6 @@ jobs:
47
with:
48
version: latest
49
50
- # Rely on actions/setup-node pnpm cache; no manual pnpm store cache needed
51
-
52
- name: Install site dependencies
53
run: |
54
cd site && pnpm install --frozen-lockfile
.github/workflows/test.yml
@@ -35,8 +35,6 @@ jobs:
35
36
37
38
- # Using actions/setup-node pnpm cache; no manual pnpm store cache
39
40
- name: Install npm packages
41
42
# Install root and site pnpm dependencies
@@ -107,8 +105,6 @@ jobs:
107
105
108
106
109
110
111
112
113
run: cd site && pnpm install --frozen-lockfile
114
0 commit comments