Skip to content

Commit cec2304

Browse files
committed
dev version
1 parent a67a91a commit cec2304

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

bin/push_docs_for_current_commit.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ set -e
44
# Script to generate docs and push to github pages.
55
# https://github.com/weavejester/codox/wiki/Deploying-to-GitHub-Pages
66
lein doc
7-
git checkout gh-pages # To be sure you're on the right branch
7+
git fetch origin
8+
git checkout origin/gh-pages # To be sure you're on the right branch
89
git reset --hard origin/gh-pages
910
git pull origin gh-pages
1011
# gh-pages is currently deployed from root (not `doc` folder)

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject prismatic/schema "1.4.0"
1+
(defproject prismatic/schema "1.4.1-SNAPSHOT"
22
:description "Clojure(Script) library for declarative data description and validation"
33
:url "http://github.com/plumatic/schema"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)