Fetch the repository succeeded.
This action will force synchronization from Gitee 极速下载/selenium, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
# Java
./go javadocs || exit
# Python
./go //py:setup //py:init py_docs || exit
# Ruby
./go //rb:docs || exit
git checkout rb/Gemfile.lock
# switch to gh-pages and copy the files
git checkout gh-pages || exit
rm -rf docs/api/java docs/api/py docs/api/rb
mv build/javadoc docs/api/java
mv build/docs/api/py docs/api/py
mv build/docs/api/rb docs/api/rb
git add -A docs/api
read -p "Do you want to commit the chages? (Y/n):" changes </dev/tty
if [ -z $changes ]; then
changes=Y
fi
case "$changes" in
Y|y) echo "";;
N|n) exit;;
*) exit;;
esac
echo "Commiting changes"
git commit -am "updating javadoc and py docs"
echo "pushing to origin gh-pages"
git push origin gh-pages
echo "switching back to master branch"
git checkout master
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。