Skip to content

Commit

Permalink
ci: install pnpm packages
Browse files Browse the repository at this point in the history
  • Loading branch information
anuejn committed Oct 7, 2023
1 parent 299969b commit 100d521
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_to_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Build
run: |
pnpm i
pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v3
Expand Down

0 comments on commit 100d521

Please sign in to comment.