1 Star 0 Fork 55

openhe/AiLearning

forked from OpenDocCN/ailearning 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
run_website.sh 404 Bytes
一键复制 编辑 原始数据 按行查看 历史
片刻小哥哥 提交于 2020-05-18 22:30 . 更新最新的统计
#!/bin/bash
loginfo() { echo "[INFO] $@"; }
logerror() { echo "[ERROR] $@" 1>&2; }
python3 src/script.py "home" "book"
rm -rf node_modules/gitbook-plugin-tbfed-pagefooter
gitbook install
python3 src/script.py "home" "powered"
python3 src/script.py "home" "gitalk"
gitbook build ./ _book
# # rm -rf /opt/apache-tomcat-9.0.17/webapps/test_book
# # cp -r _book /opt/apache-tomcat-9.0.17/webapps/test_book
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/openhe/AiLearning.git
git@gitee.com:openhe/AiLearning.git
openhe
AiLearning
AiLearning
master

搜索帮助