docs: added revision date

This commit is contained in:
psyko-gh
2024-08-25 17:06:06 +02:00
parent 852b9f0021
commit 76263edfd5
2 changed files with 4 additions and 1 deletions

View File

@@ -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

View File

@@ -47,3 +47,6 @@ extra:
provider: mike
extra_css:
- stylesheets/extra.css
plugins:
- git-revision-date-localized:
enable_creation_date: true