Skip to content

Commit

Permalink
Stop asking about docs/
Browse files Browse the repository at this point in the history
The workflow supported by devtools/usethis these days is to deploy the website from `gh-pages` branch, probably using GHA.

Most local `docs/` folders are just detritus from a local preview.

Technically, we could look to see if `docs/` is gitignored, but I don't think it's worth it.

Let's just stop asking about this.
  • Loading branch information
jennybc committed Jan 22, 2022
1 parent e2f25cd commit 41280ac
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ release <- function(pkg = ".", check = FALSE, args = NULL) {
"Have you updated `NEWS.md` file?",
"Have you updated `DESCRIPTION`?",
"Have you updated `cran-comments.md?`",
if (dir_exists("docs/")) "Have you updated website in `docs/`?",
if (file_exists("codemeta.json")) "Have you updated codemeta.json with codemetar::write_codemeta()?",
find_release_questions(pkg)
)
Expand Down

0 comments on commit 41280ac

Please sign in to comment.