Skip to content

Commit 37cf2c6

Browse files
committed
update: action
1 parent 9bbe5a0 commit 37cf2c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
uses: actions/checkout@v4
1414

1515
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
16+
uses: pnpm/action-setup@v4
1617
run: |
17-
npm ci
18-
npm run build
18+
pnpm install
19+
pnpm build
1920
2021
- name: Deploy 🚀
2122
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)