Skip to content

Commit 18b0a0e

Browse files
committed
yarn
1 parent 63107e9 commit 18b0a0e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,11 @@ jobs:
2323
- name: Checkout your repository using git
2424
uses: actions/checkout@v4
2525

26-
- name: Set pnpm store path
27-
run: |
28-
cd website
29-
pnpm config set store-dir .pnpm-store
30-
3126
- name: Install, build, and upload your site output
3227
uses: withastro/action@v3
3328
with:
3429
path: website
35-
package-manager: pnpm@latest
30+
package-manager: yarn@latest
3631

3732
deploy:
3833
needs: build

0 commit comments

Comments
 (0)