Skip to content

Commit 5fbabf1

Browse files
committed
use schema from documentation project
1 parent db4e375 commit 5fbabf1

File tree

27 files changed

+65
-1841
lines changed

27 files changed

+65
-1841
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0
34+
submodules: recursive
3435
- name: Install tools from asdf config
3536
uses: asdf-vm/actions/install@v3
3637
- name: set java home

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "documentation"]
2+
path = documentation
3+
url = [email protected]:SAIC-iSmart-API/documentation.git

0 commit comments

Comments
 (0)