From: Bruno Trecenti Date: Tue, 1 Sep 2015 19:35:47 +0000 (-0300) Subject: updated publish examples scripts to fetch from the right directory X-Git-Url: https://pwan.org/git/?p=tech-radar.git;a=commitdiff_plain;h=a4111b43d131f4eac44415d99fbdef6aad0b4d3a updated publish examples scripts to fetch from the right directory --- diff --git a/scripts/publish-examples.js b/scripts/publish-examples.js index 42dca3d..ec46946 100644 --- a/scripts/publish-examples.js +++ b/scripts/publish-examples.js @@ -12,4 +12,4 @@ function callback(err) { } } -ghpages.publish(path.join(__dirname, './examples'), options, callback); +ghpages.publish(path.join(__dirname, '../examples'), options, callback);