Skip to content

Commit

Permalink
go publish?
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveregger committed May 15, 2024
1 parent 26315d3 commit 00aa1dd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/publish_ig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,21 @@ jobs:
repository: hl7ch/ig-release
path: ig-release

- uses: actions/checkout@v4
with:
repository: hl7ch/hl7ch.github.io
path: ig-release/hl7ch.github.io

- name: List path
run: ls -R ./

- name: 🏃‍♂️ Run Publication
timeout-minutes: 45 # We need a long timeout here
run: |
cd /home/runner/work/${{ steps.repo_name.outputs.repo }}/ig-release
java -jar -Dfile.encoding=UTF-8 -Xms3550m -Xmx3550m ../publisher.jar -go-publish -source $PWD/../${{ steps.repo_name.outputs.repo }} -web $PWD/hl7ch.github.io -registry ig-registry/fhir-ig-list.json -history ig-history -templates hl7ch.github.io/templates -temp $PWD/buildtmp
cd ..
# Publishes the HTML page to a seperate branch in order to host it using GitHub-Pages.
# This will overwrite the currently published HTML page.
# - name: 🚀 Deploy to GitHub-Pages
Expand Down

0 comments on commit 00aa1dd

Please sign in to comment.