Skip to content

Commit fd521a0

Browse files
committed
fix publish directory for github action
1 parent 0d92d11 commit fd521a0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,5 @@ jobs:
3232
uses: peaceiris/actions-gh-pages@v3
3333
with:
3434
github_token: ${{ secrets.GITHUB_TOKEN }}
35-
publish_dir: docs/_build/html
36-
publish_branch: gh-pages
37-
38-
- name: Debug Build Output
39-
run: ls -R docs/_build/html
35+
publish_dir: docs/source/_build/html
36+
publish_branch: gh-pages

0 commit comments

Comments
 (0)