summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 01:03:05 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2012-09-19 01:03:05 +0100
commit9887cb57b2e7ac99301310957934765f3288fd21 (patch)
treee570413f2e25edeb9b7a157b94f138fdac0f76f7
parent040604b7dbe2fcfb8cc69bc31dcb8bd80afcb4dc (diff)
Add a rake task to compile docs into static html.
-rw-r--r--docs/Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Rakefile b/docs/Rakefile
index b4e1d6d1..62b0139e 100644
--- a/docs/Rakefile
+++ b/docs/Rakefile
@@ -52,3 +52,8 @@ task :serve do
exit
end
end
+
+task :build do
+ Bonsai.root_dir = Dir.pwd
+ Bonsai::Exporter.publish!
+end