Skip to content

Commit

Permalink
Build site
Browse files Browse the repository at this point in the history
  • Loading branch information
ashley-weaver committed Jun 27, 2024
1 parent 2425788 commit 6f18445
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions common/docsV1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
Expand Down Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6f18445

Please sign in to comment.