In order to protect the website, you are required to create a PR before merging to the gh-pages branch; in order to do this, you should:
- (After cloning the CSV Validator repo) Switch to the
gh-pages
branch - Create a new branch based on this branch i.e.
git checkout -b gh-pages-update
- Make your changes and push them to GitHub
- Click the "Compare and pull request" button
- You Should see "
base:master
<- compare<your branch name>
" - Click the
base:master
dropdown menu and selectgh-pages
which will enable you to see all the changes between thegh-pages
branch and yours - Click the "Create pull request" button
- Once you get approval, merge the branch