Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rumen-vasilev committed Dec 15, 2024
1 parent 3679a10 commit b90f5e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install --upgrade pip
pip install .
pip install sphinx sphinx_rtd_theme myst_parser
- name: Sphinx build
run: |
Expand Down

0 comments on commit b90f5e7

Please sign in to comment.