Closed JoeWang1127 closed 1 year ago
We migrated to antora recently. We have not published to GitHub pages for a long time before that. I would not recommend depending on any build infrastructure here since it is subject to change without announcement.
I would copy ghpages to your local repo and customize as needed.
Is your feature request related to a problem? Please describe. ghpages.sh is marked as deprecated in spring-cloud-build v4.0.5
What is the best practice of publishing reference docs for Spring project? Could you provide a sample or a how-to documentation?
Describe the solution you'd like A sample or document describes how to publish Spring reference docs without
ghpages.sh
.Describe alternatives you've considered NA
Additional context Our project, spring-cloud-gcp, uses spring-cloud-build to publish reference docs to Github pages.
The
docs
module has a ghpages.sh to convert*.adoc
to*.html
and commit the change togh-pages
branch and Github pages bot will pick up the docs and publish togithub.io
.Since
ghpages.sh
is deprecated, we hope to know what's the best practise to publish docs moving forward.