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");
|
||||
ghpages.publish("docs/", (err) => {
|
||||
if (err) {
|
||||
console.error(err);
|
||||
}
|
||||
});
|
||||
const ghpages = require('gh-pages');
|
||||
|
||||
ghpages.publish('docs/', error => { if (error) console.error(error) });
|
||||
|
|
Loading…
Reference in a new issue