Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/ack pages #123

Merged
merged 2 commits into from
Feb 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
FIX: Use correct profile name
carlwilson committed Jan 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e5e95a6f9588b6148eac2e3822772605a605e2b8
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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