Skip to content

Commit 8719186

Browse files
committed
fix(mkdocs): improve blog exclusion on pdf generation
1 parent e3de093 commit 8719186

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ plugins:
241241
# - 'release-notes/:upgrading'
242242
# - 'release-notes/:changelog'
243243
exclude_pages:
244-
- 'blog/*'
244+
- 'blog/'
245245
# - 'appendix/contribute/'
246246
#convert_iframe:
247247
# - src: IFRAME SRC

0 commit comments

Comments
 (0)