Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
remove npm steps and replace with pnpm
  • Loading branch information
dmartin4820 authored Jun 23, 2024
1 parent 8344bf8 commit 2606087
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,13 @@ jobs:
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Set up pnpm
uses: pnpm/[email protected]
with:
version: 9.4.0
run_install: pnpm install
- name: Build
run: npm run build
run: pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 2606087

Please sign in to comment.