We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cedcf68 commit bdbca8bCopy full SHA for bdbca8b
.github/workflows/docs.yml
@@ -16,7 +16,7 @@ jobs:
16
pip install sphinx sphinx-book-theme sphinx-autodoc-typehints
17
- name: sphinx build
18
run: |
19
- sphinx-build doc _build
+ sphinx-build docs _build
20
- name: deploy to GitHub Pages
21
uses: peaceiris/actions-gh-pages@v3
22
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments