Skip to content

Commit d32fd9d

Browse files
committed
fixed typo in deploy.yml
1 parent a3160cd commit d32fd9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
pip install .
2323
- name: Sphinx build
2424
run: |
25-
sphinx-build docs/source _buil
25+
sphinx-build docs/source _build
2626
- name: Deploy to GitHub Pages
2727
uses: peaceiris/actions-gh-pages@v3
2828
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)