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 c960e4a commit 9907910Copy full SHA for 9907910
.circleci/config.yml
@@ -58,7 +58,7 @@ 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 --message “[skip ci] Updates”
+ command: gh-pages --dist ./docs --branch master --dest ./docs --message "[skip ci] Updates"
62

63
workflows:
64
version: 2
0 commit comments