chore: fix generate automated reference action (#5589)

* chore: fix generate automated reference action

* fix dependencies

* add depends in turbo

* add install step for www workspace
This commit is contained in:
Shahed Nasser
2023-11-09 17:14:28 +02:00
committed by GitHub
parent 8a53fe6f45
commit 4f91263588
5 changed files with 220 additions and 282 deletions

View File

@@ -37,6 +37,10 @@ jobs:
- name: Build Packages
run: yarn build
- name: Install Docs dependencies
working-directory: www
run: yarn install
- name: Install Workspace dependencies
run: yarn install
working-directory: docs-util