We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4221ae commit 4b96d8aCopy full SHA for 4b96d8a
1 file changed
.github/workflows/ci.yml
@@ -30,6 +30,6 @@ jobs:
30
31
- name: Build and test the documentation
32
run: |
33
- READTHEDOCS=True sphinx-build -b html -d build/doctrees docs build/html
34
- READTHEDOCS=True doc8 --max-line-length 200 docs
35
- READTHEDOCS=True sphinx-build -W --keep-going -b spelling -d build/doctrees docs build/spelling
+ READTHEDOCS=True IS_BRANCH=${{ github.head_ref }} sphinx-build -b html -d build/doctrees docs build/html
+ READTHEDOCS=True IS_BRANCH=${{ github.head_ref }} doc8 --max-line-length 200 docs
+ READTHEDOCS=True IS_BRANCH=${{ github.head_ref }} sphinx-build -W --keep-going -b spelling -d build/doctrees docs build/spelling
0 commit comments