Skip to content

Commit d5a860d

Browse files
committed
chore : ci 수정(pnpm install)
1 parent 018d30e commit d5a860d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4
12-
- run: pnpm install
13-
- run: pnpm run build
12+
- run: npm install -g pnpm && pnpm install
13+
- run: pnpm build
1414
- uses: actions/configure-pages@v5
1515
- uses: actions/upload-pages-artifact@v3
1616
with:

0 commit comments

Comments
 (0)