Skip to content

Commit 8b9af9c

Browse files
authored
Update README with page update instructions
Added instructions for page updates and site changes.
1 parent 3dd7d7d commit 8b9af9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,13 @@ The following steps must be followed:
104104
3. Fork this repository if you haven't already, and create a new branch for the addition (`git checkout -b <branch>`)
105105
4. Run `GITHUB_TOKEN=<token_from_step_1> ./script/generate-newsletter.py > newsletter.md`
106106
5. Push the repo up and create a pull request (`git push -u origin <branch>`, click the link in the output to create a pull request)
107+
108+
## Page updates and other site changes
109+
110+
1. Make sure your github account is part of the PAARA organization on github
111+
2. Fork the paara-org.github.io repo into your github
112+
3. **rename** your fork of the repo to **youraccountname.github.io** (must be your login name; necessary for correct rendering)
113+
4. Enable "github pages" in your forked repo settings if not already enabled
114+
5. Make your updates in your fork
115+
6. Preview your rendered updates on **https://youraccountname.github.io**
116+
7. Open a pull request. When it is merged, the updates will be pushed to production

0 commit comments

Comments
 (0)