Skip to content

Commit

Permalink
Update hacim.yml
Browse files Browse the repository at this point in the history
fix: generating renv ignore for dashboard build routine
  • Loading branch information
wanghalan authored Oct 18, 2023
1 parent 4cbe480 commit 08b44f6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/hacim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ jobs:
key: ${{ runner.os }}-renv-${{ hashFiles('**/renv.lock') }}
restore-keys: |
${{ runner.os }}-renv-
- name: Tell renv to ignore all files
run: |
echo "*" >> ${{ github.workspace }}/parent/${{ github.event.repository.name }}/.renvignore
- uses: r-lib/actions/setup-r@v2
- name: Cache downloaded repositories
uses: actions/cache@v3
Expand Down

0 comments on commit 08b44f6

Please sign in to comment.