Skip to content

Commit

Permalink
Update and rename make_doc.R to make_doc.R
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatyi authored Feb 22, 2024
1 parent aba7065 commit 88302ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/old/make_doc.R

This file was deleted.

9 changes: 9 additions & 0 deletions .github/workflows/make_doc.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
pkgs<-c("pkgdown","devtools","rjson","xml2","data.table")
pkgs_to_install<-pkgs[!(pkgs %in% installed.packages()[,"Package"])]
if (length(pkgs_to_install)>0) install.packages(pkgs_to_install)

devtools::install_github("eurostat/restatapi")
cat(getwd())
message(getwd())
pkgdown::build_site()
system("git config --global --add safe.directory /__w/restatapi/restatapi")

0 comments on commit 88302ff

Please sign in to comment.