Skip to content

Commit 5b40d26

Browse files
committed
Change publish_dir option in build-site.yml
1 parent fceaf48 commit 5b40d26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
publish_branch: gh-pages
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
26-
publish_dir: _build/
26+
publish_dir: docs/_build/html
2727
force_orphan: true

0 commit comments

Comments
 (0)