Skip to content

Commit 2d4e13f

Browse files
committed
deployment fixes?
1 parent a30bb8a commit 2d4e13f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deployment.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,14 @@ jobs:
2121
node-version: 18
2222
cache: yarn
2323

24+
- uses: pnpm/action-setup@v4
25+
with:
26+
version: 10
27+
2428
- name: Install dependencies
25-
run: yarn install --frozen-lockfile
29+
run: pnpm install --frozen-lockfile
2630
- name: Build website
27-
run: yarn build
31+
run: pnpm build
2832

2933
- name: Upload Build Artifact
3034
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)