Add CD to automate documentation website update
Open
area/deployment
kind/documentation
priority/medium
- Dominant language
- Java
- Stars
- 72
- Forks
- 69
- Avg merge
- 23h 32m
- Merged PRs (30d)
- 4
Description
Singleton documentation website is built up by Hugo. Though the developers can write documents directly in .md documents without worrying about the style of the website, they also need to install and learn Hugo to publish their documents to the website. Sometimes, the publishing process fails due to developer's local environment problem, however it's hard to debug and find the root cause.
It's better to add CD in Travis to automate the process, so that the website can be automatically updated every time developer merges a PR for their .md document update.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.