updated publish examples scripts to fetch from the right directory
authorBruno Trecenti <btrecent@thoughtworks.com>
Tue, 1 Sep 2015 19:35:47 +0000 (16:35 -0300)
committerBruno Trecenti <btrecent@thoughtworks.com>
Tue, 1 Sep 2015 19:35:47 +0000 (16:35 -0300)
scripts/publish-examples.js

index 42dca3d..ec46946 100644 (file)
@@ -12,4 +12,4 @@ function callback(err) {
   }
 }
 
-ghpages.publish(path.join(__dirname, './examples'), options, callback);
+ghpages.publish(path.join(__dirname, '../examples'), options, callback);