Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfaucett committed Jan 2, 2024
1 parent 55352fc commit 9aad5f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
with:
node-version: 19.x

- run: npm install -g npm@9
- run: npm ci
- run: npm run build
- run: npm install -g pnpm@8
- run: pnpm install
- run: pnpm run build

- uses: peaceiris/actions-gh-pages@v3
with:
Expand Down

0 comments on commit 9aad5f5

Please sign in to comment.