Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nowosad authored Sep 6, 2024
1 parent bca55ea commit e267199
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EON Summer School 2024

Please do not push new/updated `.Rmd` or .`qmd` files directly, but rather render the website locally (on your own computer), and then push the new files to GitHub.
Please do not push new/updated `.Rmd` or .`qmd` files that run any code directly, but rather render the website locally (on your own computer), and then push the new files to GitHub.
To render the website locally, you need to use a terminal (not an R console):

```
Expand All @@ -9,4 +9,4 @@ quarto render

This will add new files (pre-rendered versions of the `.Rmd`/`.qmd` documents) to the `_freeze` folder.
You can then push these files to GitHub.
This push will automatically trigger a new GitHub Actions build, which will update the website.
This push will automatically trigger a new GitHub Actions build, which will update the website.

0 comments on commit e267199

Please sign in to comment.