Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/publishing/other.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The most important thing to understand is that website content is by default wri

### Rendering for Publish

Prior to publishing you should always to a final render of your project:
Prior to publishing you should always do a final render of your project:

```{.bash filename="Terminal"}
quarto render
Expand Down Expand Up @@ -44,4 +44,4 @@ If you are a user of Amazon Web Services you can serve your website directly fro

Any web server or web host can be used to deploy a Quarto website. Here's a recent [CNET roundup](https://www.cnet.com/web-hosting/) of other web hosts you could consider. You can also deploy a Quarto website on any internal (intranet) web server.

You can also render and publish Quarto websites using a Continuous Integration (CI) service. See the articles on [Publishing with CI](ci.qmd) for additional details.
You can also render and publish Quarto websites using a Continuous Integration (CI) service. See the articles on [Publishing with CI](ci.qmd) for additional details.