Skip to content

Commit

Permalink
copy history to webroot
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Jul 30, 2024
1 parent b4b2f2f commit c9993f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/profile_tag_trigger_publication.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ jobs:
- name: Run Aucore Go Publisher build
run: java -jar ./input-cache/publisher.jar -go-publish -source ./hl7au/au-fhir-core -web ./webroot -history ./fhir-history -registry ./ig-registry/fhir-ig-list.json -templates ./templates -tx https://txreg.azurewebsites.net/txdev

- name: Run Aucore Go Publisher build
run: |
cp -r fhir-history/assets-hist/ ./webroot/fhir/core/assets-hist/
cp -r fhir-history/dist-hist/ ./webroot/fhir/core/dist-hist/
- name: Upload Artifact to Github
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c9993f2

Please sign in to comment.