Skip to content

Commit b2646cc

Browse files
committed
Update build_website.R
1 parent 99d286f commit b2646cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build_website.R

-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ install.packages("renv")
22
renv::restore()
33
renv::activate()
44
blogdown::install_hugo(version = "0.75.0")
5-
blogdown:::touch_file(normalizePath(path = "content/home/indices.Rmd"))
6-
blogdown:::build_rmds(blogdown:::list_rmds("content",check = FALSE))
75
blogdown::hugo_build()
86
file.copy("CNAME", "public")
97
file.copy(".nojekyll", "public")

0 commit comments

Comments
 (0)