We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24cbbf3 commit f9fd676Copy full SHA for f9fd676
Makefile
@@ -8,11 +8,11 @@ docs:
8
lein doc
9
10
pages: docs
11
- rm -rf /tmp/reiddraper-simple-check-docs
12
- mkdir -p /tmp/reiddraper-simple-check-docs
13
- cp -R doc/ /tmp/reiddraper-simple-check-docs
+ rm -rf /tmp/org.clojure-test.check-docs
+ mkdir -p /tmp/org.clojure-test.check-docs
+ cp -R doc/ /tmp/org.clojure-test.check-docs
14
git checkout gh-pages
15
- cp -R /tmp/reiddraper-simple-check-docs/* .
+ cp -R /tmp/org.clojure-test.check-docs/* .
16
git add .
17
git add -u
18
git commit
0 commit comments