File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -104,3 +104,13 @@ The following steps must be followed:
1041043 . Fork this repository if you haven't already, and create a new branch for the addition (` git checkout -b <branch> ` )
1051054 . Run ` GITHUB_TOKEN=<token_from_step_1> ./script/generate-newsletter.py > newsletter.md `
1061065 . 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
You can’t perform that action at this time.
0 commit comments