updated publish examples scripts to fetch from the right directory
[tech-radar.git] / 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);