fix(ci): single character typo for mkdocs
This commit is contained in:
parent
af4ef217a5
commit
0b56e7344f
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue