Skip to content

Commit

Permalink
Update build_fredi.yml
Browse files Browse the repository at this point in the history
Added default results to commit
  • Loading branch information
knoiva-indecon committed Feb 16, 2024
1 parent 7fca28f commit 7f47863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_fredi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
rm *.tar.gz
- name: Run create_DoW_results
- name: Build Package
run: |
Rscript -e '
### Main repo path, FrEDI project path, scripts path
Expand All @@ -65,6 +65,7 @@ jobs:
###### Build Package ######
###### - Build Package but don't include vignettes
devtools::build(pkg=pPath0, path=rPath0)
'
Expand All @@ -73,6 +74,7 @@ jobs:
git config --local core.autocrlf false
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --local user.name "${{ github.actor }}"
git add FrEDI/data/defaultResults.rda
git add *.tar.gz
git pull origin ${{ github.head_ref }} --autostash --rebase -X ours
git commit -a -m "New package build"
Expand Down

0 comments on commit 7f47863

Please sign in to comment.