From 69e4d6b39df88a6d7f37b88859f4da4a1646092f Mon Sep 17 00:00:00 2001 From: Leo Heidweiler <112557863+LeoHeidweiler@users.noreply.github.com> Date: Sun, 14 Jul 2024 15:25:43 +0200 Subject: [PATCH] Update update_documentation.yml --- .github/workflows/update_documentation.yml | 1 + 1 file changed, 1 insertion(+) 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