We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54669f0 commit fa33a7fCopy full SHA for fa33a7f
.circleci/config.yml
@@ -58,8 +58,8 @@ jobs:
58
command: jsdoc ./src -r -d ./docs -R ./README.md
59
- run:
60
name: Deploy docs to gh-pages branch
61
- command: gh-pages --dist ./docs --branch master --dest ./docs
62
-
+ command: gh-pages --dist ./docs --branch master --dest ./docs --message “[skip ci] Updates”
+
63
workflows:
64
version: 2
65
commit:
0 commit comments