-
GitHub Pages部署脚本:github-pages-deploy
资源介绍
github-pages-deploy
GitHub Pages部署脚本
安装
此命令取决于Git。
$ git clone https://github.com/dceoy/github-pages-deploy.git
$ cp github-pages-deploy/github-pages-deploy /path/to/bin/ # a path in ${PATH}
例子
将/path/to/your/github/project/html HTML文档部署到GitHub Pages。
$ cd /path/to/your/github/project/
$ github-pages-deploy ./html
github-pages-deploy从./.git/config检测到远程URL。
用法
$ github-pages-deploy --help
GitH