Skip to content

Commit

Permalink
patch try save binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
wanghalan authored Feb 29, 2024
1 parent 9f537ff commit b72c293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prepare_renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
install.packages('remotes')
remotes::install_github('uva-bi-sdad/community')
renv::snapshot()
- name: List files
- name: Remove .gitignore inside renv/ to save binaries
run: |
ls -la
rm ${{ github.workspace }}/${{ github.event.repository.name }}/renv/.gitignore
- name: Commit files # Commit changes. You need to do this so child sites work...
working-directory: ${{ github.event.repository.name }}
run: |
Expand Down

0 comments on commit b72c293

Please sign in to comment.