Skip to content

Commit

Permalink
ci: build the doc correctly
Browse files Browse the repository at this point in the history
The current make command just shows the help, to really build the
documenation we need to pass a parameter. This patch does the html
build.
  • Loading branch information
danigm authored and langston-barrett committed Mar 6, 2023
1 parent 03f5cdb commit 9e7b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
pip install -r doc/rtd-requires.txt
cd doc
make
make html
working-directory: ${{ github.workspace }}/tmp/sdist

- name: Install wheel
Expand Down

0 comments on commit 9e7b723

Please sign in to comment.