File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ jobs:
6464 python -m sphinx -j2 -v -b html -d doctrees docs html
6565 python -m sphinx -j2 -v -b doctest -d doctrees docs html
6666 find html -type f -name "*.ipynb" -not -path "html/_sources/*" -delete
67- if: ${{ contains(matrix.variant.os, 'ubuntu') && matrix.python-version == " 3.8" }}
67+ if: ${{ contains(matrix.variant.os, 'ubuntu') && matrix.python-version == ' 3.8' }}
6868
6969 - run : python -m sphinx -j4 -v -b linkcheck -d doctrees docs html
7070 # Linkcheck can be flaky. Avoid randomly breaking PR builds by running only on `main`
71- if : ${{ contains(matrix.os, 'ubuntu') && matrix.python-version == " 3.8" && github.ref == 'refs/heads/main' }}
71+ if : ${{ contains(matrix.os, 'ubuntu') && matrix.python-version == ' 3.8' && github.ref == 'refs/heads/main' }}
7272
7373 - uses : actions/upload-artifact@v2
74- if : ${{ contains(matrix.os, 'ubuntu') && matrix.python-version == " 3.8" }}
74+ if : ${{ contains(matrix.os, 'ubuntu') && matrix.python-version == ' 3.8' }}
7575 with :
7676 name : DocumentationHTML
7777 path : html/
You can’t perform that action at this time.
0 commit comments