You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 calledgb-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?
The text was updated successfully, but these errors were encountered: