Skip to content

Commit

Permalink
Missing yarn build for submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
juzser committed Mar 6, 2024
1 parent f87c31f commit 47645b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,12 @@ jobs:
run: |
yarn install
npm install -g ts-node
- name: Build submodule polaris to get tokens
run: |
cd polaris
yarn install
cd ../
yarn build
- name: Build with VitePress
run: |
yarn docs:build
Expand Down

0 comments on commit 47645b4

Please sign in to comment.