Skip to content

Commit

Permalink
Merge dev to main for the site-ui-4-September-24 release
Browse files Browse the repository at this point in the history
Merge dev to main for the site-ui-4-September-24 release
Merge pull request #144 from onc-healthit/dev
  • Loading branch information
drbgfc authored Sep 30, 2024
2 parents 502c2c3 + ca14f26 commit 684f48b
Show file tree
Hide file tree
Showing 70 changed files with 3,051 additions and 960 deletions.
5 changes: 4 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ NEXT_PUBLIC_CCDA_VALIDATOR_CURES_V1_SENDER_URL=https://api.github.com/repos/onc-
NEXT_PUBLIC_CCDA_VALIDATOR_CURES_V1_RECEIVER_URL=https://api.github.com/repos/onc-healthit/2015-edition-cures-update-data/contents/Cures Update Receiver SUT Test Data
NEXT_PUBLIC_CCDA_VALIDATOR_CURES_DOWNLOAD_URL=https://codeload.github.com/onc-healthit/2015-edition-cures-update-data/zip/master
NEXT_PUBLIC_RELEASE_VERSION_URL=https://raw.githubusercontent.com/onc-healthit/site-content/master/site-ui-4/version.md
NEXT_PUBLIC_RELEASE_DATE_URL=https://raw.githubusercontent.com/onc-healthit/site-content/master/site-ui-4/release-date.md
NEXT_PUBLIC_RELEASE_DATE_URL=https://raw.githubusercontent.com/onc-healthit/site-content/master/site-ui-4/release-date.md

# TODO: Allow for this to be dynamic per environment file and delete from here. See: https://phase.dev/blog/nextjs-public-runtime-variables/
NEXT_PUBLIC_SCORECARD_SAVESCORECARDSERVICE_API=https://ccda.healthit.gov/scorecard/savescorecardservice
3 changes: 3 additions & 0 deletions .github/workflows/create-deploy-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,19 @@ jobs:
run: npm run build
- name: Create Build Artifact
run: |
ls -la
mkdir ./build
cp ./.next -pR ./build/.next
cp ./next.config.js ./build/next.config.js
cp ./public -pR ./build/public
cp ./package.json ./build/package.json
cp ./package-lock.json ./build/package-lock.json
ls -la ./build
- name: Upload build folder
uses: actions/upload-artifact@v4
with:
name: BuildArtifact
include-hidden-files: true
path: ./build
retention-days: 7
deploy:
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"experimentalTernaries": false,
"singleQuote": true,
"jsxSingleQuote": false,
"quoteProps": "consistent",
"quoteProps": "as-needed",
"trailingComma": "es5",
"singleAttributePerLine": false,
"htmlWhitespaceSensitivity": "css",
Expand Down
Loading

0 comments on commit 684f48b

Please sign in to comment.