diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index dfdad52..980e907 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -61,8 +61,6 @@ jobs: - name: Build FHIR IG run: | echo "Building FHIR IG version ${{ steps.version.outputs.version }}..." - mkdir -p input/_data - cp package-list.json input/_data/package-list.json CONTAINER_ID=$(docker create \ hl7fhir/ig-publisher-base:latest \ /bin/bash -c "cp -r /home/publisher/ig /tmp/build && cd /tmp/build && _updatePublisher.sh -y && _genonce.sh") diff --git a/input/pagecontent/history.xml b/input/pagecontent/history.xml index 681ad13..7109736 100644 --- a/input/pagecontent/history.xml +++ b/input/pagecontent/history.xml @@ -1,11 +1,11 @@ -
This page provides the version history for the Bangladesh Core FHIR Implementation Guide.
- {% include fragment-history.html %} + {%site.data.history.table%}For a machine-readable version history, see package-list.json.