Skip to content

Commit

Permalink
Merge pull request #1457 from flintlib/alexjbest-patch-1
Browse files Browse the repository at this point in the history
fix doc build
  • Loading branch information
alexjbest authored Oct 9, 2023
2 parents ed28411 + f0f648c commit 40d1a53
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,11 @@ jobs:
cd doc
make html SPHINXOPTS="-W -j auto"
- name: "Build documentation"
if: success() && steps.check_doc_changes.outputs.diff == 'true'
run: |
cd doc
make html SPHINXOPTS="-W -j auto"
- name: "Build pdf documentation"
if: success() && steps.check_doc_changes.outputs.diff == 'true'
run: |
cd doc
make latex SPHINXOPTS="-W -j auto"
make latexpdf SPHINXOPTS="-W -j auto"
- name: "Create a tarball of the documentation"
if: success() && steps.check_doc_changes.outputs.diff == 'true'
Expand Down

0 comments on commit 40d1a53

Please sign in to comment.