Skip to content

Commit 347ea78

Browse files
committed
Further fixes to site pages
1 parent e16571c commit 347ea78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/site.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Site
22

33
defaults:
44
run:
5-
working-directory: mybatis-generator-core
5+
working-directory: core/mybatis-generator-core
66

77
on:
88
push:
@@ -33,4 +33,4 @@ jobs:
3333
uses: JamesIves/github-pages-deploy-action@v4
3434
with:
3535
branch: gh-pages
36-
folder: mybatis-generator-core/target/staging
36+
folder: core/mybatis-generator-core/target/staging

0 commit comments

Comments
 (0)