mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-14 16:27:15 +03:00
11 lines
258 B
Markdown
11 lines
258 B
Markdown
# www.roc-lang.org
|
|
|
|
## How to update site
|
|
|
|
- create a new branch, for example `update-www` based on `www`
|
|
- pull `main` into `update-www`
|
|
- update for example the file `www/public/index.html`
|
|
- do a PR against `www`
|
|
- check deploy preview
|
|
- review and merge
|