From 9d901e547516f9e0af357428393a10c410211a7c Mon Sep 17 00:00:00 2001 From: Matthias Boenig Date: Thu, 18 Apr 2024 19:32:21 +0200 Subject: [PATCH] corr logo --- .github/workflows/gtrepo.yml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.github/workflows/gtrepo.yml b/.github/workflows/gtrepo.yml index 384ffaa..090c4ba 100644 --- a/.github/workflows/gtrepo.yml +++ b/.github/workflows/gtrepo.yml @@ -48,8 +48,7 @@ jobs: run: mkdir ghout - - name: Get SDK Version from config - id: lookupSdkVersion + - name: transform METADATA.yml to METADATA.json uses: mikefarah/yq@master with: cmd: | @@ -114,9 +113,18 @@ jobs: mv gt-repo-scripts/scripts scripts/ rm -r gt-repo-scripts - # Installation GT-Labelling Documentation - + # Transfer megarules.xml + + - name: install megarules.xml + run: | + git clone --branch gh-pages --single-branch https://github.com/OCR-D/gt-MufiLevelRules.git + mv gt-MufiLevelRules/rules/megalevelrules.xml scripts/megalevelrules.xml + rm -r gt-MufiLevelRules + + + # Installation GT-Labelling Documentation + - name: install labeling run: | git clone https://github.com/tboenig/gt-guidelines.git @@ -153,8 +161,7 @@ jobs: # Transformation and analyzing - - name: Get SDK Version from config - id: lookupSdkVersion + - name: transform METADATA.yml to METADATA.json uses: mikefarah/yq@master with: cmd: | @@ -254,7 +261,6 @@ jobs: shell: bash - name: formating CITATION.cff - id: lookupSdkVersion2 uses: mikefarah/yq@master with: cmd: | @@ -374,4 +380,4 @@ jobs: uses: JamesIves/github-pages-deploy-action@v4 with: branch: gh-pages # The branch the action should deploy to. - folder: ghout # The folder the action should deploy. + folder: ghout # The folder the action should deploy. \ No newline at end of file