gitbook 簡單的自動更新代碼和更新

gitbook好是好,就是須要本地編譯,或者直接使用gitbook官方服務。html 對於本身編譯,琢磨了一個小的能夠定時checkout代碼並在有變更的時候進行自動編譯和更新的小腳本。git #!/bin/bash result=`git pull` [[ $result = "Already up-to-date." ]] && exit 0 || echo "文件已更新" source ~
相關文章
相關標籤/搜索