Skip to content

Commit

Permalink
Added missing dependencies to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianH99 committed Jul 26, 2024
1 parent 8d2b212 commit 2f61c73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install sphinx
pip install sphinx-book-theme
pip install sphinx_toolbox.collapse
pip install sphinxcontrib.youtube
pip install sphinx_new_tab_link
pip install sphinxcontrib.email
- name: Build documentation
run: |
Expand Down

0 comments on commit 2f61c73

Please sign in to comment.