projects
/
tech-radar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e488d9
)
updated publish examples scripts to fetch from the right directory
author
Bruno Trecenti
<btrecent@thoughtworks.com>
Tue, 1 Sep 2015 19:35:47 +0000
(16:35 -0300)
committer
Bruno Trecenti
<btrecent@thoughtworks.com>
Tue, 1 Sep 2015 19:35:47 +0000
(16:35 -0300)
scripts/publish-examples.js
patch
|
blob
|
history
diff --git
a/scripts/publish-examples.js
b/scripts/publish-examples.js
index
42dca3d
..
ec46946
100644
(file)
--- 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);