docs: Rename Github to GitHub

This commit is contained in:
Michael Currin
2020-10-17 15:01:58 +02:00
parent 787dc334a1
commit b842ce958e
5 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -17,12 +17,12 @@
### Run deploy command locally
1. [Deploy](deploy.md) to Github Pages
1. [Deploy](deploy.md) to GitHub Pages
- `mkdocs gh-deploy`
2. View published site on Github Pages at `https://USERNAME.github.io/REPO-NAME/`
2. View published site on GitHub Pages at `https://USERNAME.github.io/REPO-NAME/`
### Run continuous integration
For CI/CD deploy, use Github Actions with an action such as [Deploy MkDocs](https://github.com/marketplace/actions/deploy-mkdocs). Or use Netlify.
For CI/CD deploy, use GitHub Actions with an action such as [Deploy MkDocs](https://github.com/marketplace/actions/deploy-mkdocs). Or use Netlify.
This is not covered in this tutorial.