Skip to content

Commit

Permalink
new github action to deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
onadegibert committed May 15, 2024
1 parent 1305a52 commit 11c1b16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
python -m pip install --upgrade pip
pip install wheel
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .[docs]
- name: Build docs with Sphinx
run: sphinx-build docs docs/build
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 11c1b16

Please sign in to comment.