Skip to content

Commit 8967119

Browse files
authored
Update pages-deployment.yml
1 parent 1b9438e commit 8967119

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages-deployment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: 'npm'
2626

2727
- name: Install Dependencies
28-
run: pnpm install
28+
run: npm i pnpm -g && pnpm install
2929

3030
- name: Build
3131
run: pnpm run build
@@ -40,4 +40,4 @@ jobs:
4040

4141
- name: Deploy to GitHub Pages
4242
uses: actions/deploy-pages@v3
43-
id: deployment
43+
id: deployment

0 commit comments

Comments
 (0)