Skip to content

Commit

Permalink
ci: hotfix docs make html
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Oct 17, 2023
1 parent 1909436 commit 44ca474
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:
if: github.event_name != 'pull_request'
run: echo "SPHINX_FETCH_ASSETS=1" >> $GITHUB_ENV
- name: make ${{ matrix.target }}
if: ${{ matrix.target != 'html' }}
working-directory: ./docs
run: make ${{ matrix.target }} --debug --jobs $(nproc) SPHINXOPTS="-W --keep-going"

Expand Down

0 comments on commit 44ca474

Please sign in to comment.