Skip to content

Commit

Permalink
Update hacim.yml
Browse files Browse the repository at this point in the history
fix: ignore everything except what is in this directory
  • Loading branch information
wanghalan authored Oct 18, 2023
1 parent 1e3df3c commit 90ce1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Tell renv to ignore all files
working-directory: ${{ github.workspace }}/parent/social_data_commons
run: |
echo "../parent/${{ github.event.repository.name }}" >> .renvignore
echo "*\n!." >> .renvignore
cat .renvignore
- uses: r-lib/actions/setup-r@v2
- name: Cache downloaded repositories
Expand Down

0 comments on commit 90ce1aa

Please sign in to comment.