Skip to content

Commit

Permalink
changed to pnpm deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ferentz committed Jan 17, 2024
1 parent 2bdb13d commit be9b53b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,12 @@ jobs:
with:
node-version: 18
cache: 'npm'
- name: Install pnpm
run: npm install -g @pnpm/exe
- name: Install dependencies
run: npm install
run: pnpm install
- name: Build
run: npm run build
run: pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit be9b53b

Please sign in to comment.