git publish
Export docs to github pages.
git clone [email protected]:will-ob/git-publish.git \
&& cd git-publish \
&& sudo make install
git publish init # create .gitpublish
####Use
git publish
# .gitpublish
# Command to build web dir
build_cmd="herp derp" # no command by default
# Folder to upload
# (html/images/css, not source files)
export_dir=build/ # default: ./
# Remote repository to push to
remote=origin
# Branch of remote to push to
branch=gh-pages
This page uses pandoc and make to generate its github pages.
- Added version number
git publish --version
The MIT License (MIT)
Copyright (c) 2014 Will O'Brien