Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Jun 11, 2024
2 parents 25c0c85 + 00760cb commit c49ae71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Setup submodule
run: |
cd polaris
yarn
yarn build
pnpm install
pnpm build
cd ../
- name: Build the package
run: yarn build
Expand Down

0 comments on commit c49ae71

Please sign in to comment.