docs: added revision date
This commit is contained in:
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@@ -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
|
||||
|
||||
@@ -47,3 +47,6 @@ extra:
|
||||
provider: mike
|
||||
extra_css:
|
||||
- stylesheets/extra.css
|
||||
plugins:
|
||||
- git-revision-date-localized:
|
||||
enable_creation_date: true
|
||||
|
||||
Reference in New Issue
Block a user