We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3160cd commit d32fd9dCopy full SHA for d32fd9d
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
pip install .
23
- name: Sphinx build
24
run: |
25
- sphinx-build docs/source _buil
+ sphinx-build docs/source _build
26
- name: Deploy to GitHub Pages
27
uses: peaceiris/actions-gh-pages@v3
28
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
0 commit comments