Skip to content

Commit

Permalink
Update workflow to generate API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielKotik committed Aug 19, 2021
1 parent f475f79 commit 3334f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Expand Up @@ -50,8 +50,9 @@ jobs:
run: |
pip install -q -r docs/requirements.txt
- name: Build docs
- name: Build API and docs
run: |
sphinx-apidoc -fP -o docs/source/api optbeam
sphinx-build -W --keep-going -b html -d docs/_build/doctrees docs/source docs/_build/html
mv -v docs/_build/html public
Expand Down

0 comments on commit 3334f4d

Please sign in to comment.