Skip to content

Commit

Permalink
Merge pull request #122 from USEPA/update-build-script
Browse files Browse the repository at this point in the history
Update files excluded
  • Loading branch information
cristinamullin authored Nov 3, 2023
2 parents ccc27ff + cbed2b1 commit 5c74196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-cloud-gov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
if: ${{ success() }}
run: |
mkdir shiny-app
find main-branch/* -maxdepth 0 ! -name ".git*" -print0 | xargs -0 cp -r -t shiny-app
find main-branch/* -maxdepth 0 ! -name ".git*" -print0 ! -name ".devcontainer" -print0 | xargs -0 cp -r -t shiny-app
cp main-branch/.gitignore shiny-app/.gitignore
git config user.name github-actions
git config user.email [email protected]
git add shiny-app
Expand Down

0 comments on commit 5c74196

Please sign in to comment.