Skip to content

Commit 1306ceb

Browse files
committed
fix(nx-ghpages): syncWithBaseBranch should be a boolean option
1 parent 3a098f0 commit 1306ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nx-ghpages/src/executors/deploy/schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"default": "master"
3030
},
3131
"syncWithBaseBranch": {
32-
"type": "string",
32+
"type": "boolean",
3333
"description": "Indicate if the gh-pages branch should be synced with the base branch",
34-
"default": "false"
34+
"default": false
3535
},
3636
"syncStrategy": {
3737
"type": "string",

0 commit comments

Comments
 (0)