Skip to content

Commit

Permalink
docs: explicitly enable plugins with env vars (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Dec 19, 2023
2 parents da6a8b8 + bc3b4cd commit 21a6a05
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ jobs:
python -m pip install --upgrade -r requirements/documentation.txt
- name: Build static website
env:
MKDOCS_ENABLE_PLUGIN_GIT_COMMITTERS: true
MKDOCS_ENABLE_PLUGIN_GIT_DATES: true
MKDOCS_ENABLE_PLUGIN_MKDOCSTRINGS: true
MKDOCS_ENABLE_PLUGIN_PRIVACY: true
MKDOCS_ENABLE_PLUGIN_RSS: true
MKDOCS_ENABLE_PLUGIN_SOCIAL: true
run: mkdocs build --verbose

- name: Save build doc as artifact
Expand Down

0 comments on commit 21a6a05

Please sign in to comment.