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 d37f9f1 commit 4db8cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
PYTHON_PACKAGE_MANAGER: ${{steps.environment.outputs.ppm}}
run: |
$PYTHON_PACKAGE_MANAGER activate queens
echo `which sphinx-build`
sphinx-apidoc -o doc/source queens -f -M
cd doc
echo PATH=$PATH:/usr/share/miniconda/envs/queens/lib/python3.11/site-packages
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 4db8cd9

Please sign in to comment.