We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf9cfd commit 9811e12Copy full SHA for 9811e12
.github/workflows/documentation.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Sphinx Build
23
run: |
24
sphinx-build -b html docs/source docs/build
25
- sphinx-build docs/source -W -b linkcheck -d docs/build/doctrees docs/build/html
+ sphinx-build docs/source -b linkcheck -d docs/build/doctrees docs/build/html
26
- name: Deploy to GitHub Pages
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/dev/python_repo' }}
0 commit comments