Skip to content

Commit

Permalink
fix: gh pages wf
Browse files Browse the repository at this point in the history
  • Loading branch information
montezdesousa committed May 15, 2024
1 parent a003eaf commit 086659e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ jobs:
- name: Generate Platform Markdown
run: |
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()"
Expand All @@ -59,12 +58,10 @@ jobs:
- name: Generate Excel Docs
run: |
source .venv/bin/activate
poetry run python website/generate_excel_markdown.py
- name: Generate Widgets Library
run: |
source .venv/bin/activate
poetry run python website/generate_widgets_library.py
- name: Setup Node
Expand Down

0 comments on commit 086659e

Please sign in to comment.