Skip to content

Commit

Permalink
init2
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig committed Nov 2, 2022
1 parent a6f358d commit 45d85a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/gtrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,14 @@ jobs:
java -jar saxon-he-10.5.jar -xsl:scripts/gt-overview_metadata.xsl \
output=METSvolume repoBase=$GITHUB_REF_Name repoName=$GITHUB_REPOSITORY bagitDumpNum=$GITHUB_RUN_NUMBER \
-s:scripts/gt-overview_metadata.xsl -o:ocrdzip_out/mets.xml
shell: bash
shell: bash

- name: delete fileGrp DEFAULT
run: |
sudo java -jar saxon-he-10.5.jar -xsl:scripts/gt-overview_metadata.xsl \
output=METSdefault repoBase=$GITHUB_REF_Name repoName=$GITHUB_REPOSITORY bagitDumpNum=$GITHUB_RUN_NUMBER \
-s:scripts/gt-overview_metadata.xsl
shell: bash

- name: Index-link
run: |
Expand Down
2 changes: 1 addition & 1 deletion METADATA.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

schema: >-
https://github.com/tboenig/gt-metadata/tree/master/schema/2022-03-15/schema.json
title: gt_structure_5
title: gt_structure_4_2
url: https://github.com/tboenig/gt_structure_4_2
authors:
- name: Boenig
Expand Down

0 comments on commit 45d85a0

Please sign in to comment.