Skip to content

Commit

Permalink
Merge pull request #123 from carlwilson/feat/ack-pages
Browse files Browse the repository at this point in the history
Feat/ack pages
  • Loading branch information
shsdev authored Feb 14, 2024
2 parents d7a18b2 + bedde95 commit 8ed78bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: |
cd spec-publisher
mvn clean package
java -jar target/mets-profile-proc.jar ../profile/E-ARK-CSIP.xml
java -jar target/mets-profile-proc.jar ../profile/E-ARK-SIP.xml
- name: Run Docker job for site publication
run: |
docker run --rm -v "$PWD:/source" --entrypoint /source/create-site.sh eark4all/spec-pdf-publisher
Expand All @@ -80,7 +80,7 @@ jobs:
git clone --branch feat/pdf-publication https://github.com/DILCISBoard/spec-publisher.git pdf-publisher
cd pdf-publisher
mvn clean package
java -jar target/mets-profile-proc.jar ../profile/E-ARK-CSIP.xml
java -jar target/mets-profile-proc.jar ../profile/E-ARK-SIP.xml
- name: Run Docker job for PDF publication
run: |
docker run --rm -v "$PWD:/source" --entrypoint /source/create-pdf.sh eark4all/spec-pdf-publisher
Expand Down
4 changes: 2 additions & 2 deletions specification/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ abstract: |
packaging, delivering and receiving packages of information to be archived
in an Open Archival Information System Reference Model (OAIS), i.e.
pre-ingest and ingest functional units.
version: 2.1.0
date: 15.10.2021
version: ${RELEASE_VERSION}
date: ${RELEASE_DATE}
---

0 comments on commit 8ed78bd

Please sign in to comment.