Skip to content

Commit 0ab4c20

Browse files
authored
update to fix publish_dir (#13)
* update to fix `publish_dir` * enable if statement * update
1 parent 562389b commit 0ab4c20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Document
1+
name: docs
22

33
on: push
44

@@ -38,5 +38,5 @@ jobs:
3838
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
41-
publish_dir: ./public
41+
publish_dir: ./docs/build/html
4242
publish_branch: gh-pages

0 commit comments

Comments
 (0)