ci(CircleCI): skip building gh-pages commits
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
"doc": "run-s doc:html && opn build/docs/index.html",
|
||||
"doc:html": "typedoc src/ --target ES6 --mode file --out build/docs",
|
||||
"doc:json": "typedoc src/ --target ES6 --mode file --json build/docs/typedoc.json",
|
||||
"doc:publish": "gh-pages -d build/docs",
|
||||
"doc:publish": "gh-pages -m '[ci skip] Updates' -d build/docs",
|
||||
"version": "standard-version",
|
||||
"reset": "git clean -dfx && git reset --hard && npm i",
|
||||
"clean": "trash build test",
|
||||
|
||||
Reference in New Issue
Block a user