Skip to content

Commit

Permalink
fixing workflow requirements (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zapharaos authored Mar 20, 2024
1 parent b6f971f commit 995fc46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/doc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: "Install Python dependencies"
run: |
pip3 install setuptools
pip3 install sphinx sphinx-rtd-theme
pip3 install sphinx sphinx-rtd-theme sphinxemoji
- name: "Build Sphinx Doc 🔧"
run: |
Expand Down

0 comments on commit 995fc46

Please sign in to comment.