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 14, 2023
1 parent e8182ac commit f0a7539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
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 f0a7539

Please sign in to comment.