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 3a098f0 commit 1306cebCopy full SHA for 1306ceb
packages/nx-ghpages/src/executors/deploy/schema.json
@@ -29,9 +29,9 @@
29
"default": "master"
30
},
31
"syncWithBaseBranch": {
32
- "type": "string",
+ "type": "boolean",
33
"description": "Indicate if the gh-pages branch should be synced with the base branch",
34
- "default": "false"
+ "default": false
35
36
"syncStrategy": {
37
"type": "string",
0 commit comments