Skip to content

Commit eae97cb

Browse files
committed
disable PDF for testing
1 parent a3118f3 commit eae97cb

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.openpublishing.publish.config.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,10 @@
255255
],
256256
"branch_target_mapping": {
257257
"live": [
258-
"Publish",
259-
"Pdf"
260-
]
258+
"Publish"
259+
]
261260
},
262-
"need_generate_pdf_url_template": true,
261+
"need_generate_pdf_url_template": false,
263262
"targets": {
264263
"Pdf": {
265264
"template_folder": "_themes.pdf"

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"git.ignoreLimitWarning": true
3+
}

0 commit comments

Comments
 (0)