Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
whinc committed Nov 5, 2023
1 parent a6ee7e4 commit a48fd64
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,14 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 18.x
cache: npm
cache-dependency-path: ./website/package-lock.json
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Build website
working-directory: website
run: |
npm ci
npm run build
pnpm install
pnpm run build
# Popular action to deploy to GitHub Pages:
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit a48fd64

Please sign in to comment.