We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16571c commit 347ea78Copy full SHA for 347ea78
.github/workflows/site.yaml
@@ -2,7 +2,7 @@ name: Site
2
3
defaults:
4
run:
5
- working-directory: mybatis-generator-core
+ working-directory: core/mybatis-generator-core
6
7
on:
8
push:
@@ -33,4 +33,4 @@ jobs:
33
uses: JamesIves/github-pages-deploy-action@v4
34
with:
35
branch: gh-pages
36
- folder: mybatis-generator-core/target/staging
+ folder: core/mybatis-generator-core/target/staging
0 commit comments