Add support for pushing to reagent-project's doc site

This commit is contained in:
Dan Holmsand 2014-12-10 12:57:34 +01:00
parent f905c8be9d
commit 40f3392b95
2 changed files with 7 additions and 1 deletions

View File

@ -59,6 +59,12 @@ trigger-build:
push-gh-pages: build-gh-pages
git push origin gh-pages:gh-pages
# build site and push to reagent-project's doc site
push-project-docs: build-gh-pages
git push --force \
https://github.com/reagent-project/reagent-project.github.io.git \
gh-pages:master
# build site into a gh-pages branch
build-gh-pages: gen-site gh-pages-add

View File

@ -1,5 +1,5 @@
(defproject reagent "0.5.0-alpha"
(defproject reagent "0.5.0-SNAPSHOT"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"