Skip to content

Commit 21a6a05

Browse files
authored
docs: explicitly enable plugins with env vars (#227)
2 parents da6a8b8 + bc3b4cd commit 21a6a05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/documentation.yml

+7
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@ jobs:
5959
python -m pip install --upgrade -r requirements/documentation.txt
6060
6161
- name: Build static website
62+
env:
63+
MKDOCS_ENABLE_PLUGIN_GIT_COMMITTERS: true
64+
MKDOCS_ENABLE_PLUGIN_GIT_DATES: true
65+
MKDOCS_ENABLE_PLUGIN_MKDOCSTRINGS: true
66+
MKDOCS_ENABLE_PLUGIN_PRIVACY: true
67+
MKDOCS_ENABLE_PLUGIN_RSS: true
68+
MKDOCS_ENABLE_PLUGIN_SOCIAL: true
6269
run: mkdocs build --verbose
6370

6471
- name: Save build doc as artifact

0 commit comments

Comments
 (0)