From a4111b43d131f4eac44415d99fbdef6aad0b4d3a Mon Sep 17 00:00:00 2001 From: Bruno Trecenti Date: Tue, 1 Sep 2015 16:35:47 -0300 Subject: [PATCH 1/1] updated publish examples scripts to fetch from the right directory --- scripts/publish-examples.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2