Skip to content

Commit

Permalink
Update hacim.yml
Browse files Browse the repository at this point in the history
fix: adding renvignore into the same directory of renv
  • Loading branch information
wanghalan authored Oct 18, 2023
1 parent 08b44f6 commit fa8b9fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ jobs:
restore-keys: |
${{ runner.os }}-renv-
- name: Tell renv to ignore all files
working-directory: ${{ github.workspace }}/parent/social_data_commons
run: |
echo "*" >> ${{ github.workspace }}/parent/${{ github.event.repository.name }}/.renvignore
echo "*" >> .renvignore
cat .renvignore
- uses: r-lib/actions/setup-r@v2
- name: Cache downloaded repositories
uses: actions/cache@v3
Expand Down

0 comments on commit fa8b9fc

Please sign in to comment.