update with existing .openpublishing.publish.config.json

This commit is contained in:
Ying Hua 2022-02-16 13:40:34 +08:00
parent bd80d690a9
commit 57fa8b44c6

View File

@ -405,13 +405,13 @@
{ {
"path_to_root": "_themes.pdf", "path_to_root": "_themes.pdf",
"url": "https://github.com/Microsoft/templates.docs.msft.pdf", "url": "https://github.com/Microsoft/templates.docs.msft.pdf",
"branch": "master", "branch": "main",
"branch_mapping": {} "branch_mapping": {}
}, },
{ {
"path_to_root": "_themes", "path_to_root": "_themes",
"url": "https://github.com/Microsoft/templates.docs.msft", "url": "https://github.com/Microsoft/templates.docs.msft",
"branch": "master", "branch": "main",
"branch_mapping": {} "branch_mapping": {}
} }
], ],
@ -420,7 +420,7 @@
"Publish", "Publish",
"Pdf" "Pdf"
], ],
"master": [ "main": [
"Publish", "Publish",
"Pdf" "Pdf"
] ]