Skip to content

Commit

Permalink
Update: github action, change to pnpm for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Jun 11, 2024
1 parent a748bd1 commit 00760cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
- name: Build submodule polaris to get tokens
run: |
cd polaris
yarn install
yarn build
pnpm install
pnpm build
cd ../
- name: Build with VitePress
run: |
Expand Down

0 comments on commit 00760cb

Please sign in to comment.