fix(ci): single character typo for mkdocs

This commit is contained in:
xarvex 2024-09-07 01:30:19 -05:00
parent af4ef217a5
commit 0b56e7344f
No known key found for this signature in database
GPG key ID: A743BDBA677BE86D

View file

@ -133,5 +133,5 @@ markdown_extensions:
plugins:
- search
- tags
- social # social embed cards
enabled: !ENV [CI, false] # enabled only when running in CI (eg GitHub Actions)
- social: # social embed cards
enabled: !ENV [CI, false] # enabled only when running in CI (eg GitHub Actions)