Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
timothewt committed May 21, 2024
1 parent db84be8 commit 434c15b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
python-version: "3.11"
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install -r sphinx furo sphinxcontrib-apidoc sphinx-autoapi
- name: Sphinx build
run: |
cd docs/
sphinx-apidoc -f -o . ../src
make html
cd ../
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
Expand Down

0 comments on commit 434c15b

Please sign in to comment.