Skip to content

Commit

Permalink
pnpm in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr committed Feb 7, 2024
1 parent 877a9d1 commit e84084e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
version: "8"
- uses: actions/setup-node@v4
with:
node-version: "20"
cache: npm
- run: npm ci
cache: pnpm
- run: pnpm install
- id: configure-pages
uses: actions/configure-pages@v4
- run: npm run build
- run: pnpm build
env:
BASE_PATH: ${{ steps.configure-pages.outputs.base_path }}/
- uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit e84084e

Please sign in to comment.