How do I update my website using Qarto and RStudio? #12897
-
DescriptionI don't understand how to update my website at GitHub. I managed (surprised myself) in somehow setting up the repository and getting it published to that GitHub repository. When i make changes to the local files in RStudio, I'd like to be able to push from my local machine to the GitHub and have the website updated. I have no idea how to do this - is there a HOWTO for this procedure? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Are you talking about using GitHub + Git + RStudio? Did you read the documentation? https://quarto.org/docs/publishing/index.html |
Beta Was this translation helpful? Give feedback.
-
If you don't know about it, this online book is a great place to start to get started with Git + Github + RStudio / R: https://happygitwithr.com/ For the rest, this is Github Pages deployment, we explain a little in: https://quarto.org/docs/publishing/github-pages.html |
Beta Was this translation helpful? Give feedback.
-
I found this site very helpful as I linked my Quarto project to a GitHub repository: (https://ucsb-meds.github.io/creating-quarto-websites/) |
Beta Was this translation helpful? Give feedback.
Hmm, I switiched to Quarto Pub - seems much simpler for what I need (static website).