Skip to content

Commit 59fd125

Browse files
authored
Update main.yml
1 parent 0728398 commit 59fd125

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@ jobs:
2424
pip install sphinx
2525
2626
- name: Build documentation
27-
run: sphinx-build -b html docs/ build/
27+
run: sphinx-build -b html docs/source build/
2828

2929
- name: Deploy to GitHub Pages
3030
uses: peaceiris/actions-gh-pages@v3
3131
with:
3232
github_token: ${{ secrets.GITHUB_TOKEN }}
3333
publish_dir: ./build
34-

0 commit comments

Comments
 (0)