Skip to content

Commit 5709d3f

Browse files
Merge pull request #5418 from MicrosoftDocs/main638854551571488241sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 1e587d2 + 27a48ec commit 5709d3f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.openpublishing.publish.config.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,11 @@
2525
}
2626
],
2727
"notification_subscribers": [],
28-
"sync_notification_subscribers": null,
28+
"sync_notification_subscribers": [],
2929
"branches_to_filter": [],
3030
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/cpp-docs",
3131
"git_repository_branch_open_to_public_contributors": "main",
32-
"skip_source_output_uploading": false,
3332
"need_preview_pull_request": true,
34-
"enable_incremental_build": true,
35-
"contribution_branch_mappings": null,
3633
"dependent_repositories": [
3734
{
3835
"path_to_root": "_themes",
@@ -57,15 +54,16 @@
5754
"Pdf"
5855
]
5956
},
60-
"need_generate_pdf_url_template": true,
6157
"targets": {
6258
"Pdf": {
6359
"template_folder": "_themes.pdf"
6460
}
6561
},
62+
"docs_build_engine": {},
63+
"skip_source_output_uploading": false,
64+
"enable_incremental_build": true,
65+
"contribution_branch_mappings": null,
66+
"need_generate_pdf_url_template": true,
6667
"need_generate_pdf": false,
67-
"need_generate_intellisense": false,
68-
"docs_build_engine": {
69-
"name": "docfx_v3"
70-
}
71-
}
68+
"need_generate_intellisense": false
69+
}

0 commit comments

Comments
 (0)