Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Mar 24, 2024
1 parent b77bba1 commit 5a9c26a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdocs/R/main.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ generate_docs <- function(files, folder_name = "docs", gh_url = "", run_examples
# Create qmd files and build and render quarto project.
system2(RDOCS_PATH, args = c("--files", files, "--folder-name", folder_name, "--gh-url", gh_url, run_examples))

cat("Documentation has been built.")
cat("Documentation was built.")

invisible(NULL)
}

0 comments on commit 5a9c26a

Please sign in to comment.