diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 29f863e..bf810aa 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: | pip install mkdocs-material - pip install mike + pip install mkdocs-git-revision-date-localized-plugin mike - name: Deploy and update alias if: ${{ inputs.updateAlias }} run: mike deploy --branch gh-pages --push --update-aliases ${{ inputs.version }} latest diff --git a/mkdocs.yml b/mkdocs.yml index b147f54..e5ebf1d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,3 +47,6 @@ extra: provider: mike extra_css: - stylesheets/extra.css +plugins: + - git-revision-date-localized: + enable_creation_date: true