We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99d286f commit b2646ccCopy full SHA for b2646cc
build_website.R
@@ -2,8 +2,6 @@ install.packages("renv")
2
renv::restore()
3
renv::activate()
4
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))
7
blogdown::hugo_build()
8
file.copy("CNAME", "public")
9
file.copy(".nojekyll", "public")
0 commit comments