diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 701e30a..ed72179 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: contents: write steps: - name: Checking out repository for Github action - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Cache micromamba uses: mamba-org/setup-micromamba@v1 @@ -46,8 +46,6 @@ jobs: - name: Install R Dependencies with renv uses: r-lib/actions/setup-renv@v2 - with: - cache-version: 1 - name: Render and Publish uses: quarto-dev/quarto-actions/publish@v2 diff --git a/renv/.gitignore b/renv/.gitignore index 0ec0cbb..933febf 100644 --- a/renv/.gitignore +++ b/renv/.gitignore @@ -5,3 +5,5 @@ lock/ python/ sandbox/ staging/ +activate.R +settings.json \ No newline at end of file