Skip to content

Commit

Permalink
Updated gh-pages to similar styling
Browse files Browse the repository at this point in the history
  • Loading branch information
carlomorgenstern committed Oct 25, 2021
1 parent e304b70 commit 0a39d21
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions gh-pages.js
Original file line number Diff line number Diff line change
@@ -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) });

0 comments on commit 0a39d21

Please sign in to comment.