From fa8b9fcf09e904a460fc6a0d755f920fb2021bc0 Mon Sep 17 00:00:00 2001 From: Alan Wang <22178748+wanghalan@users.noreply.github.com> Date: Wed, 18 Oct 2023 11:35:43 -0400 Subject: [PATCH] Update hacim.yml fix: adding renvignore into the same directory of renv --- .github/workflows/hacim.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hacim.yml b/.github/workflows/hacim.yml index d37422f..77c01a7 100644 --- a/.github/workflows/hacim.yml +++ b/.github/workflows/hacim.yml @@ -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