Skip to content

Commit

Permalink
Update new6.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig authored Dec 11, 2023
1 parent aa54cc4 commit b2efd90
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/new6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:


- name: output dir
run: cd out && sudo mkdir rules
run: |
cd out
sudo mkdir rules
sudo mkdir schema

- name: transform rules
Expand All @@ -106,6 +109,10 @@ jobs:
run: |
sudo cp de/resources/dfg_logo_schriftzug_blau_foerderung_4c.jpg out/html/resources/
sudo cp de/resources/icon20x24px-exported-transparent.png out/html/resources/
- name: copy schema
run: |
sudo cp schema/OCR-D-GT-levelSchema.json out/schema/
Expand Down

0 comments on commit b2efd90

Please sign in to comment.