summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanglewood <85772166+deeleeramone@users.noreply.github.com>2024-03-27 06:11:42 -0700
committerGitHub <noreply@github.com>2024-03-27 13:11:42 +0000
commitc39d14e2d6d718f9b2218e1d1f7f681895d21dfa (patch)
treeee6ca4132e61e384f3d4959fb64deeb65fb10792
parentedc3da968f8b51d13d2515b01234e47e00da424a (diff)
Build the static assets before generating markdown files (#6257)
-rw-r--r--.github/workflows/gh-pages.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 6f4bf8634e6..b7309eb64a7 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -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