From 6f184450ba088547dc1eef3ca3665102342e89f0 Mon Sep 17 00:00:00 2001 From: Ashley Weaver Date: Thu, 27 Jun 2024 16:33:37 -0400 Subject: [PATCH] Build site --- .github/workflows/broken-link-check.yml | 3 ++- common/docsV1.md | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/broken-link-check.yml b/.github/workflows/broken-link-check.yml index b239c709..e75ed60e 100644 --- a/.github/workflows/broken-link-check.yml +++ b/.github/workflows/broken-link-check.yml @@ -12,9 +12,10 @@ jobs: steps: - name: "Checkout code" uses: actions/checkout@v2 + - name: "Build static site" + run: docker-compose -f docker-compose.yml build static_site - name: "Check for broken links" uses: lycheeverse/lychee-action@v1 with: - args: --no-progress --accept '200..=299, 401' . fail: true jobSummary: true diff --git a/common/docsV1.md b/common/docsV1.md index 836b3d74..7d962f0c 100644 --- a/common/docsV1.md +++ b/common/docsV1.md @@ -952,7 +952,7 @@ POST /api/v1/Patient "versionId": "MTU1NDgxMjczNTM5MjYwMDAwMA", "lastUpdated": "2019-04-09T12:25:35.392600+00:00", "profile": [ - "https://dpc.cms.gov/ig/StructureDefinition-dpc-profile-patient.html" + "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-patient" ] }, @@ -1054,7 +1054,7 @@ The Patient endpoint also supports a GET /Patient operation where you can suppl "meta": { "lastUpdated": "2020-06-12T15:39:42.834+00:00", "profile": [ - "https://dpc.cms.gov/ig/StructureDefinition-dpc-profile-patient.html" + "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-patient" ] }, "identifier": [ @@ -1107,7 +1107,7 @@ The attestation is then included in the X-Provenance header as part of any opera "resourceType":"Provenance", "meta":{ "profile":[ - "https://dpc.cms.gov/ig/StructureDefinition-dpc-profile-attestation.html" + "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-attestation" ] }, "recorded":"1990-01-01T00:00:00.000-05:00",