diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2c95682..44752e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,6 +62,7 @@ jobs: uses: r-lib/actions/setup-renv@v2 with: cache-version: 1 + working-directory: presentation - name: Render Quarto Project env: diff --git a/.Rprofile b/presentation/.Rprofile similarity index 100% rename from .Rprofile rename to presentation/.Rprofile diff --git a/renv.lock b/presentation/renv.lock similarity index 100% rename from renv.lock rename to presentation/renv.lock diff --git a/renv/.gitignore b/presentation/renv/.gitignore similarity index 100% rename from renv/.gitignore rename to presentation/renv/.gitignore diff --git a/renv/activate.R b/presentation/renv/activate.R similarity index 100% rename from renv/activate.R rename to presentation/renv/activate.R diff --git a/renv/settings.json b/presentation/renv/settings.json similarity index 100% rename from renv/settings.json rename to presentation/renv/settings.json