Skip to content

Commit

Permalink
corr logo
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Apr 18, 2024
1 parent b4bb534 commit 9d901e5
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions .github/workflows/gtrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -254,7 +261,6 @@ jobs:
shell: bash

- name: formating CITATION.cff
id: lookupSdkVersion2
uses: mikefarah/yq@master
with:
cmd: |
Expand Down Expand Up @@ -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.

0 comments on commit 9d901e5

Please sign in to comment.