takezoe / gitbucket-ci-plugin

GitBucket plug-in that adds simple CI ability to GitBucket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build mkdocs to pages?

berot3 opened this issue · comments

commented

gitlab has a great way of using mkdocs with gitlab.
since I would rather use gitbucket I am wondering if there is a way to make it possible to build and host the page with gitbucket.

I can do mkdocs build no problem, but for the gitbucket-pages-plugin I would need to push the build site-folder to an orphan branch called gb-pages or the master branch. Therefore the question: Is this possible? Can I add git push to the build script in the ci-plugin-settings?

#60 could solve it, but since there hasn't happen much, I am wondering if there are other work-arounds. also using the pages-plugin might make more sense than having a ci-pages-plugin?