4 Star 3 Fork 0

九钱/selenium

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
generate_api_docs.sh 748 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iqpkeq0/selenium.git
[email protected]:iqpkeq0/selenium.git
iqpkeq0
selenium
selenium
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385