Skip to content

Commit

Permalink
Fix gh-pages issue with clone dir tschaub/gh-pages#118
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Apr 28, 2017
1 parent 6b3953d commit 7b0a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ghPages.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ publish(path.join(CWD, `pub`), {
name: `Nik Butenko`,
email: `[email protected]`
},
clone: `/tmp/${name}`,
clone: path.relative(CWD, `/tmp/${name}`),
logger: message => console.log(message)
}, err => err ? console.error(err) : console.log(`Published`));

0 comments on commit 7b0a9e0

Please sign in to comment.