Skip to content

Commit

Permalink
Update deployy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa authored Dec 11, 2024
1 parent 5434633 commit f4421d0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/deployy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 22

- name: get pnpm
run: npm install -g pnpm

- name: double check xD
run: pnpm --version

- name: get dependencies
run: npm i
run: pnpm i

- name: buld
run: npm run build
run: pnpm run build

- name: Deploy to BunnyCDN
uses: ayeressian/[email protected]
Expand Down

0 comments on commit f4421d0

Please sign in to comment.