Skip to content

Commit

Permalink
It's quarto render not Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeLydeamore committed Aug 28, 2023
1 parent 763097c commit 8e5f17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The `about.qmd` page includes the high level information. Most of the group info
To build the website, simply run:

```{r build, eval=F}
rmarkdown::render_site("site_dir")
quarto::render("site_dir")
```

You can host the page just like you would any other `quarto` site: GitHub Pages, Netlify, or any other HTML hosting site of your choosing.

0 comments on commit 8e5f17e

Please sign in to comment.