gitbook 简单的自动更新代码和更新

gitbook好是好,就是须要本地编译,或者直接使用gitbook官方服务。html 对于本身编译,琢磨了一个小的能够定时checkout代码并在有变更的时候进行自动编译和更新的小脚本。git #!/bin/bash result=`git pull` [[ $result = "Already up-to-date." ]] && exit 0 || echo "文件已更新" source ~
相关文章
相关标签/搜索