diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index 56f5cc2..de1b786 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -39,6 +39,7 @@ jobs: - name: Install R dependencies and IRkernel run: | R -e 'install.packages(c("renv", "IRkernel"))' + R -e 'IRkernel::installspec(user = FALSE)' R -e "renv::restore()" - name: Run Makefile