Is GitHub Pages (or GitLab Pages) required for publication? #3735
-
Hi! Maybe this is a stupid question, but I've checked the Material for MkDocs publishing help and reviewed other Q&As here, and I can't find the answer to this one. My organization is moving away from Cloudfare, so GitHub Pages is not an option. Is it possible to publish a Material for MkDocs site without GitHub pages (or GitLab Pages)? The Material documentation discusses this option, but I would like to be sure this also applies to MkDocs as well. I'm aware CI/CD is unavoidable as per mkdocs/mkdocs#2599. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
No, github pages and gitlab pages are not required to use Material, the entire documentation site is created using MkDocs and should work wherever you push it. |
Beta Was this translation helpful? Give feedback.
No, github pages and gitlab pages are not required to use Material, the entire documentation site is created using MkDocs and should work wherever you push it.
mkdocs gh-deploy
just makes it easy to push to things like GitHub.