Github deployment for dummies? #4353
-
Hi. I am trying to build a course handbook with mkdocs. I have no problem serving and building websites locally, but have spent hours trying to deploy via github. The instructions on mkdocs-material are brief. Has anyone put together a detailed step-by-step guide? Would netlify or gitlab offer a better solution? Here are my basic steps (a) Create a repository on github Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
This site seems helpful: https://blog.elmah.io/hosting-a-mkdocs-driven-documentation-site-on-github-pages/ It suggests running gh-deploy main branch, and a gh-pages branch will automatically be created in github. |
Beta Was this translation helpful? Give feedback.
This site seems helpful: https://blog.elmah.io/hosting-a-mkdocs-driven-documentation-site-on-github-pages/
It suggests running gh-deploy main branch, and a gh-pages branch will automatically be created in github.