WillemJiang commented on a change in pull request #127: update deploy logic
and make arc and setup-env docs migration
URL:
https://github.com/apache/incubator-servicecomb-website/pull/127#discussion_r207543104
##########
File path: script/deploy
##########
@@ -1,10 +1,14 @@
#!/bin/bash
-
+script_dir=$(cd `dirname $0`; pwd)
+echo cru$script_dir
+base_dir=`dirname ${script_dir}`
+echo build $base_dir
+echo $git_book_dir
git clone https://github.com/apache/incubator-servicecomb-docs.git
Review comment:
It looks the script won't check the change the servicecomb doc, and just
rebuild the whole document once the site doc is changed.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services