Group slow plugins

pull/290/head
Roxedus 2025-01-23 10:42:10 +00:00
rodzic cdc3dc254c
commit 37fc2fb445
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9B4E311961C63639
2 zmienionych plików z 8 dodań i 5 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
# Local development
To speed up the build, you should consider commenting out the `git-revision-date-localized` and `minify` plugin in mkdocs.yml
Thanks to the group plugin, we do not run slow plugins on local runs, to replicate a real build, add the CI variable, `-e CI=true`.
## Build image

Wyświetl plik

@ -86,10 +86,13 @@ plugins:
pad: 0
theme: 3
dark_theme: 200
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
- group:
enabled: !ENV CI
plugins:
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
- search
- tags:
tags: false