-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deploySite does not work for non-RMarkdown sites #813
Comments
Looks like this should be a straightforward fix to a regex: https://github.com/rstudio/rsconnect/blob/envvars/R/deploySite.R#L80 |
And possibly here too: Line 53 in 5533a94
|
Ah yeah, we basically need something to parallel |
Maybe the |
Also related: |
Ah yes, the first task is to figure out who should own this code. |
I talked with @jjallaire about this, and I think long term goal is to have this code live in rsconnect. |
deploySite()
looks specifically for static files and directories generated with rmarkdown, so it will not work for sites generated by Quarto because the static artifacts are slightly different.The text was updated successfully, but these errors were encountered: