Generate widgets library (#5767)

* generate widgets library

* Update gh-pages.yml

* black

* ruff fix

* add index to widgets-library

* linter
This commit is contained in:
DidierRLopes
2023-11-21 02:01:52 -08:00
committed by GitHub
parent dce447b423
commit ab746ceb4e
3 changed files with 122 additions and 2 deletions

View File

@@ -72,6 +72,7 @@ jobs:
python openbb_platform/dev_install.py -e all
pip uninstall nbmake -y
python website/generate_platform_v4_markdown.py
python website/generate_widgets_library.py
- name: Setup Node
uses: actions/setup-node@v3