Skip to content

Commit

Permalink
toml
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent 00bfe2e commit 597fef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
- name: Generate Platform Markdown
run: |
pip install -U poetry toml
pip install -U poetry
poetry run -C openbb_platform pip install toml
poetry run -C openbb_platform python openbb_platform/dev_install.py -e all
poetry run -C openbb_platform python -c "import openbb; openbb.build()"
pip uninstall nbmake -y
poetry run -C openbb_platform python website/generate_platform_v4_markdown.py
- name: Generate Excel Docs
Expand Down

0 comments on commit 597fef5

Please sign in to comment.