Updated gh-pages to similar styling
This commit is contained in:
parent
e304b70e08
commit
0a39d21f29
1 changed files with 3 additions and 6 deletions
|
@ -1,6 +1,3 @@
|
||||||
const ghpages = require("gh-pages");
|
const ghpages = require('gh-pages');
|
||||||
ghpages.publish("docs/", (err) => {
|
|
||||||
if (err) {
|
ghpages.publish('docs/', error => { if (error) console.error(error) });
|
||||||
console.error(err);
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
Loading…
Reference in a new issue