Skip to content

Commit

Permalink
🐎 ci(pnpm build)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzt50906 committed Jan 10, 2024
1 parent a9a1eb7 commit 20d24a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,18 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 18

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

- name: Install and Build
run: |
npm install
npm run build
pnpm install
pnpm run build
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
Expand Down

0 comments on commit 20d24a0

Please sign in to comment.