Personally, I like the mkdocs-to-gh-pages way of doing it. Aka having a `docs/` folder, and then building and deploying that to github pages in CI. See the [reference implementation](https://squidfunk.github.io/mkdocs-material/publishing-your-site/?h=github#with-github-actions).
Personally, I like the mkdocs-to-gh-pages way of doing it. Aka having a
docs/folder, and then building and deploying that to github pages in CI.See the reference implementation.