Skip to content

Commit

Permalink
Tweak build-website
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Jun 30, 2024
1 parent e9bc949 commit 3ce604e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-website.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ for (f in list.files("docs", pattern = "*.Rmd", full.names = TRUE)) {
}
setwd('docs')
knitr::knit("index.Rhtml", "index.html")
knitr::knit("themes.Rhtml", "themes.html")
knitr::knit("themes.Rhtml", "themes-html.html")
setwd('..')

pkgdown::build_reference_index()
Expand Down

0 comments on commit 3ce604e

Please sign in to comment.