Skip to content

Commit d34c960

Browse files
committed
update to fix publish_dir
1 parent 562389b commit d34c960

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
@@ -35,8 +35,8 @@ jobs:
3535
3636
- name: Deploy
3737
uses: peaceiris/actions-gh-pages@v4
38-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
38+
# 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)