Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 6c23576

Browse files
committed
ci(circle): Attempts GH Pages CI.
1 parent f06e0d6 commit 6c23576

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/ghpages.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ ghpages.publish('dist', {
44
user: {
55
name: 'HT2 Bot',
66
email: 'hello@ht2labs.com'
7-
}
7+
},
8+
repo: `https://${process.env.GH_TOKEN}@github.com/js-entity-repos/todos.git`,
9+
silent: true
810
}, (err) => {
911
if (err) {
1012
console.error(err);

0 commit comments

Comments
 (0)