Skip to content

Commit 0485370

Browse files
committed
Fix: Remove deprecated tags_file option from mkdocs tags plugin
This fixes the GitHub Actions build error by removing the deprecated tags_file configuration option that is no longer required by the material/tags plugin. The build was failing in strict mode due to this configuration warning.
1 parent 70f232b commit 0485370

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ plugins:
7777
- search:
7878
lang: en
7979
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
80-
- tags:
81-
tags_file: tags.md
80+
- tags
8281

8382
# Extensions
8483
markdown_extensions:

0 commit comments

Comments
 (0)