Skip to content

Commit 6e4b299

Browse files
committed
sphinx workflow
1 parent 9a92ade commit 6e4b299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sphinx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
uses: actions/upload-artifact@v4
2323
with:
2424
name: html-docs
25-
path: sphinx/build/html/
25+
path: sphinx/build/
2626

2727
- name: deploy
2828
uses: peaceiris/actions-gh-pages@v3
2929
if: github.ref == 'refs/heads/master'
3030
with:
3131
github_token: ${{ secrets.GITHUB_TOKEN }}
32-
publish_dir: sphinx/build/html
32+
publish_dir: sphinx/build

0 commit comments

Comments
 (0)