Skip to content

Commit

Permalink
build: correct build & deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eriandev committed Oct 12, 2024
1 parent daa06cd commit 41fb805
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,16 @@ jobs:
with:
persist-credentials: false

- name: Setup pnpm ⚙️
uses: pnpm/action-setup@v4
with:
version: 9

- name: Install dependencies 🔧
run: npm ci
run: pnpm install

- name: Build 📦
run: npm run build
run: pnpm build

- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@releases/v4
Expand Down

0 comments on commit 41fb805

Please sign in to comment.