Skip to content

Commit 43cc99e

Browse files
committed
updating actions with pnpm
1 parent 1650b5c commit 43cc99e

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

.github/workflows/deploy-site.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929

3030
# DO NOT USE pnpm here, it will cause issues with Docker build
3131
- name: Install Dependencies
32-
run: npm install
32+
run: npm install -g pnpm && pnpm install
3333

3434
- name: Build
35-
run: npm run build
35+
run: pnpm build
3636

3737
# Setup gcloud CLI
3838
- name: Authenticate with Google Cloud

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,7 @@ jobs:
2222
node-version: 22
2323

2424
- name: Install pnpm
25-
run: npm install -g pnpm
26-
27-
- name: Install pnpm
28-
run: pnpm install
25+
run: npm install -g pnpm && pnpm install
2926

3027
- name: Build
3128
run: pnpm build

0 commit comments

Comments
 (0)