Skip to content

Commit

Permalink
Build the static assets before generating markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
deeleeramone authored Mar 26, 2024
1 parent edc3da9 commit db6280b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
source .venv/bin/activate
pip install -U poetry
poetry run python openbb_platform/dev_install.py -e all
poetry run python -c "import openbb; openbb.build()"
pip uninstall nbmake -y
poetry run python website/generate_platform_v4_markdown.py
Expand Down

0 comments on commit db6280b

Please sign in to comment.