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 bc56603 commit 4f54864Copy full SHA for 4f54864
.openpublishing.publish.config.json
@@ -84,6 +84,7 @@
84
"git_repository_branch_open_to_public_contributors": "master",
85
"skip_source_output_uploading": false,
86
"need_preview_pull_request": true,
87
+ "contribution_branch_mappings": {},
88
"dependent_repositories": [
89
{
90
"path_to_root": "_themes",
@@ -110,8 +111,13 @@
110
111
}
112
113
],
- "branch_target_mapping": {},
114
- "need_generate_pdf_url_template": false,
+ "branch_target_mapping": {
115
+ "live": [
116
+ "Publish",
117
+ "Pdf"
118
+ ]
119
+ },
120
+ "need_generate_pdf_url_template": true,
121
"need_generate_pdf": false,
122
"need_generate_intellisense": false
123
0 commit comments