Skip to content

Commit

Permalink
Merge pull request #135 from kind-lab/deploy_evan
Browse files Browse the repository at this point in the history
Updated Deploy yml
  • Loading branch information
Evan8456 authored Mar 25, 2024
2 parents 1db3b80 + 28a1829 commit 2a82ce1
Show file tree
Hide file tree
Showing 142 changed files with 8,190 additions and 14,749 deletions.
15 changes: 13 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,21 @@ jobs:
cd ..
cp -r ./tofsh/output/ fsh_files
gofsh fsh_files
rm -r ./input/fsh
cp -r gofsh/input/fsh ./input/fsh
rm -r ./input/fsh/instances
cp -r gofsh/input/fsh/instances ./input/fsh
sushi .
# commit to current repo
- name: "Overwrite fsh files"
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global credential.helper cache
git add ./input/fsh
git commit -a -m "$(date): update redcap2fhir resources"
git push
- name: "Download the IG Publisher"
shell: bash
Expand Down
102 changes: 0 additions & 102 deletions input/fsh/AL_Alias.fsh

This file was deleted.

Loading

0 comments on commit 2a82ce1

Please sign in to comment.