Skip to content

Commit bdbca8b

Browse files
committed
its not doc its docs
1 parent cedcf68 commit bdbca8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pip install sphinx sphinx-book-theme sphinx-autodoc-typehints
1717
- name: sphinx build
1818
run: |
19-
sphinx-build doc _build
19+
sphinx-build docs _build
2020
- name: deploy to GitHub Pages
2121
uses: peaceiris/actions-gh-pages@v3
2222
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)