Skip to content

Commit

Permalink
this does not look right, but let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
gilrrei committed Jan 17, 2025
1 parent 25f833c commit 711851f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
$PYTHON_PACKAGE_MANAGER activate queens
sphinx-apidoc -o doc/source queens -f -M
cd doc
export PATH=/usr/share/miniconda/envs/queens/lib/python3.11/site-packages:$PATH
sphinx-build -b html -d build/doctrees source build/html
- name: Upload html
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 711851f

Please sign in to comment.