48
48
run : mkdir ghout
49
49
50
50
51
- - name : Get SDK Version from config
52
- id : lookupSdkVersion
51
+ - name : transform METADATA.yml to METADATA.json
53
52
uses : mikefarah/yq@master
54
53
with :
55
54
cmd : |
@@ -114,9 +113,18 @@ jobs:
114
113
mv gt-repo-scripts/scripts scripts/
115
114
rm -r gt-repo-scripts
116
115
117
- # Installation GT-Labelling Documentation
118
-
116
+ # Transfer megarules.xml
117
+
118
+ - name : install megarules.xml
119
+ run : |
120
+ git clone --branch gh-pages --single-branch https://github.com/OCR-D/gt-MufiLevelRules.git
121
+ mv gt-MufiLevelRules/rules/megalevelrules.xml scripts/megalevelrules.xml
122
+ rm -r gt-MufiLevelRules
123
+
124
+
119
125
126
+ # Installation GT-Labelling Documentation
127
+
120
128
- name : install labeling
121
129
run : |
122
130
git clone https://github.com/tboenig/gt-guidelines.git
@@ -153,8 +161,7 @@ jobs:
153
161
154
162
# Transformation and analyzing
155
163
156
- - name : Get SDK Version from config
157
- id : lookupSdkVersion
164
+ - name : transform METADATA.yml to METADATA.json
158
165
uses : mikefarah/yq@master
159
166
with :
160
167
cmd : |
@@ -254,7 +261,6 @@ jobs:
254
261
shell : bash
255
262
256
263
- name : formating CITATION.cff
257
- id : lookupSdkVersion2
258
264
uses : mikefarah/yq@master
259
265
with :
260
266
cmd : |
@@ -374,4 +380,4 @@ jobs:
374
380
uses : JamesIves/github-pages-deploy-action@v4
375
381
with :
376
382
branch : gh-pages # The branch the action should deploy to.
377
- folder : ghout # The folder the action should deploy.
383
+ folder : ghout # The folder the action should deploy.
0 commit comments