Skip to content

Commit

Permalink
ci(workflows): pnpm -> npm
Browse files Browse the repository at this point in the history
  • Loading branch information
heyqbnk committed Jun 24, 2024
1 parent 73e7c0d commit dbfeb88
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/github-pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,8 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- name: Install pnpm
uses: pnpm/action-setup@v2
id: pnpm-install
with:
version: 9.1.0
run_install: true

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

- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit dbfeb88

Please sign in to comment.