Host on GitHub Pages¶
- Demo site on GitHub Pages (build & deploy with GitHub Actions)
Build and deploy with GitHub Actions¶
- peaceiris/actions-gh-pages: GitHub Actions for deploying to GitHub Pages with Static Site Generators
Go to the repository and read the latest README.md
for more details.
Build and deploy with mkdocs gh-deploy
¶
pipenv¶
pipenv run deploy
# OR
pipenv shell
mkdocs gh-deploy
# OR
pipenv run mkdocs gh-deploy