Skip to content

Commit

Permalink
edit: use npm
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesKantz committed Jul 12, 2023
1 parent ded5b1d commit d907c5f
Show file tree
Hide file tree
Showing 2 changed files with 3,100 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'pnpm'
cache: 'npm'
- name: Install dependencies
run: pnpm install
run: npm install
- name: Build
run: pnpm run build
run: npm run build
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down
Loading

0 comments on commit d907c5f

Please sign in to comment.