Skip to content

Commit

Permalink
Fix default cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Sep 4, 2023
1 parent 3fd54fb commit 5dfbe14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ plugins:
cache_dir:
!ENV [
MKDOCS_PLUGIN_GIT_COMMITTERS_CACHE_DIR,
.cache/plugin/git-committers/,
.cache/plugins/git-committers/,
]
- git-revision-date-localized:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_GIT_DATES, false]
Expand Down Expand Up @@ -74,7 +74,7 @@ plugins:
- privacy:
enabled: !ENV [MKDOCS_ENABLE_PLUGIN_PRIVACY, true]
assets_fetch_dir:
!ENV [MKDOCS_PLUGIN_PRIVACY_EXTERNAL_CACHE_DIR, .cache/plugin/privacy]
!ENV [MKDOCS_PLUGIN_PRIVACY_EXTERNAL_CACHE_DIR, .cache/plugins/privacy]
links_attr_map:
target: _blank
assets_exclude:
Expand Down

0 comments on commit 5dfbe14

Please sign in to comment.