diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index da3633f..242ec10 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -43,6 +43,7 @@ jobs: R -e 'IRkernel::installspec(user = FALSE)' - name: Install R dependencies + run: | R -e "renv::restore()" - name: Run Makefile