From 105818ac0f3da8785f226c5b9f2c27d40d513f61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9sz=C3=A1ros=20M=C3=A1ty=C3=A1s?= <34501282+mmatyi@users.noreply.github.com> Date: Thu, 22 Feb 2024 17:16:35 +0100 Subject: [PATCH] Update make_doc.R --- .github/workflows/make_doc.R | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/make_doc.R b/.github/workflows/make_doc.R index 73ff08f..cd26c23 100644 --- a/.github/workflows/make_doc.R +++ b/.github/workflows/make_doc.R @@ -4,6 +4,8 @@ if (length(pkgs_to_install)>0) install.packages(pkgs_to_install) devtools::install_github("eurostat/restatapi") cat(getwd()) +cat(Sys.info()['release']) message(getwd()) +print(Sys.info()['release']) pkgdown::build_site() system("git config --global --add safe.directory /__w/restatapi/restatapi")