Skip to content

Commit c45dc4d

Browse files
committed
bugfix in PR conflict resolver, added missing apps from index json
1 parent 3cb682c commit c45dc4d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

docs/_data/app-index.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@
6565
],
6666
"http://apps.clams.ai/swt-detection": [
6767
"v1.0",
68-
"v2.0"
68+
"v2.0",
69+
"v2.1"
70+
],
71+
"http://apps.clams.ai/easyocr-wrapper": [
72+
"v1.0"
6973
]
7074
}

docs/_data/apps.json

+1-1
Large diffs are not rendered by default.

scripts/resolve_pr_conflict.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ git checkout origin/main -- docs/_data
1313
# make an intermediate commit with semi-"merge" with main
1414
git commit --no-edit
1515
# regenerate submission files
16-
python scripts/index_page_data.py docs/$app_name/$app_ver
16+
python3 scripts/index_page_data.py docs/_apps/$app_name_ver
1717
git add docs/_data
1818
git commit -m 'regenerated aggregated metadata json files after conflict resolution'
1919

0 commit comments

Comments
 (0)