Skip to content

Commit bc3b4cd

Browse files
committed
docs: explicitly enable plugins with env vars
1 parent da6a8b8 commit bc3b4cd

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 7 additions & 0 deletions
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)