Skip to content

Commit 22ab5ea

Browse files
SaadBazazCopilot
andauthored
Update .github/workflows/deploy-demo.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3ecbe38 commit 22ab5ea

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/deploy-demo.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ jobs:
2121
with:
2222
node-version: 20
2323

24+
- name: Setup pnpm
25+
uses: pnpm/action-setup@v2
26+
with:
27+
version: 8
28+
2429
- name: Install dependencies
2530
working-directory: demo
26-
run: npm ci
31+
run: pnpm install
2732

2833
- name: Build Vite project
2934
working-directory: demo
30-
run: npm run build
35+
run: pnpm run build
3136

3237
- name: Deploy dist folder to GitHub Pages
3338
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)