Skip to content

Commit

Permalink
change order of render call
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Jul 6, 2021
1 parent 4291061 commit 702d5ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/publish.R
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ quarto_publish_doc <- function(input,
quarto_publish_app <- function(input = getwd(),
name = NULL,
title = NULL,
render = c("local", "server", "none"),
server = NULL,
account = NULL,
render = c("local", "server", "none"),
metadata = list(),
...) {

Expand Down
2 changes: 1 addition & 1 deletion man/quarto_publish_doc.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 702d5ce

Please sign in to comment.