Skip to content

Commit

Permalink
^
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent 1bae16e commit c272aeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
- name: Generate Platform Markdown
run: |
pip install -U poetry
pip install toml
pip install -U poetry toml
poetry install -C openbb_platform --only-root
source openbb_platform/.venv/bin/activate
python openbb_platform/dev_install.py -e all
python -c "import openbb; openbb.build()"
python website/generate_platform_v4_markdown.py
Expand Down

0 comments on commit c272aeb

Please sign in to comment.