Skip to content

Commit

Permalink
gh actions: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Jun 15, 2023
1 parent 690b898 commit 51a5f61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -48,4 +48,5 @@ jobs:
run: |
source ./env/bin/activate
pip install sphinx
python setup.py build_sphinx -b html,man
sphinx-build -b html docs $(mktemp -d)
sphinx-build -b man docs $(mktemp -d)

0 comments on commit 51a5f61

Please sign in to comment.