Skip to content

Commit

Permalink
Update make_doc.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 22, 2024
1 parent 77144a5 commit 105818a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/make_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 105818a

Please sign in to comment.