From 6a8fe3d1a271038f08a49b5fb4fede4c406a9136 Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 17 Mar 2022 09:07:17 -1000 Subject: [PATCH] update with existing .openpublishing.publish.config.json (#3771) Co-authored-by: Ying Hua --- .openpublishing.publish.config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 1acb2deb19..a6065309b0 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -31,17 +31,18 @@ "skip_source_output_uploading": false, "need_preview_pull_request": true, "need_pr_comments": false, + "contribution_branch_mappings": {}, "dependent_repositories": [ { "path_to_root": "_themes", "url": "https://github.com/Microsoft/templates.docs.msft", - "branch": "master", + "branch": "main", "branch_mapping": {} }, { "path_to_root": "_themes.pdf", "url": "https://github.com/Microsoft/templates.docs.msft.pdf", - "branch": "master", + "branch": "main", "branch_mapping": {} } ], @@ -62,6 +63,5 @@ } }, "docs_build_engine": {}, - "contribution_branch_mappings": {}, "need_generate_intellisense": false } \ No newline at end of file