Skip to content

Commit

Permalink
chore(docs.yml): remove SPHINXOPTS from documentation build command t…
Browse files Browse the repository at this point in the history
…o simplify the process
  • Loading branch information
yxlao committed Dec 28, 2024
1 parent d532780 commit 3c4b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build documentation
run: |
cd docs
make clean && make html SPHINXOPTS="-W --keep-going"
make clean && make html # SPHINXOPTS="-W --keep-going"
- name: Notice
run: |
Expand Down

0 comments on commit 3c4b5af

Please sign in to comment.