Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Apr 24, 2024
2 parents 1eb0e51 + 9b14f39 commit 766e72f
Show file tree
Hide file tree
Showing 60 changed files with 325 additions and 319 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.
6 changes: 3 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ keywords:
- ground-truth
- data_structure
license: CC0-1.0
commit: v1.3.6
version: 33_v1.3.6
date-released: '2024-03-25'
commit: v1.3.8
version: 35_v1.3.8
date-released: '2024-04-18'
Loading

0 comments on commit 766e72f

Please sign in to comment.