Skip to content

Commit dc12e94

Browse files
committed
use schema from documentation project
1 parent 9afa00b commit dc12e94

20 files changed

+31
-1806
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@v3
3232
with:
3333
fetch-depth: 0
34+
submodules: recursive
3435
- name: Install tools from asdf config
3536
uses: asdf-vm/actions/install@v2
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)