Closed johnathanchann closed 4 months ago
Before merging here are the few things required to setup
Setting up Gh-pages branch
git checkout --orphan gh-pages git rm -rf . git commit --allow-empty -m "init" git push origin gh-pages```
Setup github gh-pages on github settings Settings > pages > Build and deployment > sources > select deploy from a branch branch > select gh-pages >select /root dir Change your URL in readme.md So for this version i have setup the link so that the dictionary page is the current temporary main page for v1. Just replace INSERT_YOUR_URL with your url, please do not replace the html dir Default would be https://YOUR_GITHUB_NAME.github.io/mcpp/
Setup github gh-pages on github settings
Settings > pages > Build and deployment > sources > select deploy from a branch branch > select gh-pages >select /root dir
Change your URL in readme.md
INSERT_YOUR_URL
https://YOUR_GITHUB_NAME.github.io/mcpp/
Required gh-pages branch to setup to pass all checks
Before merging here are the few things required to setup