We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968de5b commit fa33c40Copy full SHA for fa33c40
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
pip install sphinx-conestack-theme
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