-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add ci for build online doc #241
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any chance of a broken build updating/publishing to the docs folder? Where are you checking docs build status.
Can we control this docs build process to only when doc collateral changes, or nightly?
Here the CI broken means there is online doc building error. If we publish them forcedly, the html page would be out of work. Doc building is hard to be broken if follow the MD and rst file format rule. Here, the CI just check the PR format and make sure it don't break the online doc building. There is hourly action to build the online doc. If there is no content change, the action won't update the HTML. |
* add ci for build online doc * for debug * for debug * fix bug * add print Signed-off-by: ZhangJianyu <zhang.jianyu@outlook.com> * add print * debug * debug * debug * debug * debug * fix * debug * fix * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * debug * rm write access --------- Signed-off-by: ZhangJianyu <zhang.jianyu@outlook.com> Co-authored-by: ZhangJianyu <zhang.jianyu@outlook.com> Signed-off-by: alexsin368 <alex.sin@intel.com>
add ci for build online doc