Skip to content

Commit

Permalink
feat: fix ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Sep 18, 2024
1 parent ff03ef2 commit a05c628
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
- name: Setup pnpm
uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
run_install: true

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Install and Build
run: pnpm install & pnpm build
- name: Build
run: pnpm build

- name: Deploy
run: pnpm deploy

0 comments on commit a05c628

Please sign in to comment.