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

Commit 104255c

Browse files
committed
ci(circle): Skips ci for gh pages build.
1 parent 791f09b commit 104255c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ghpages.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ ghpages.publish('dist', {
66
77
},
88
repo: `https://${process.env.GH_TOKEN}@github.com/js-entity-repos/todos.git`,
9-
silent: true
9+
silent: true,
10+
message: 'ci(gh-pages): Publishes new changes [ci skip].'
1011
}, (err) => {
1112
if (err) {
1213
console.error(err);

0 commit comments

Comments
 (0)