add ci for build online doc#241
Conversation
mkbhanda
left a comment
There was a problem hiding this comment.
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