1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 17:42:39 +00:00

Show last revision date on documentation (#1062)

This commit is contained in:
2022-04-21 14:25:01 -05:00
committed by GitHub
parent e5879a60f5
commit 46d646bd5b
4 changed files with 59 additions and 5 deletions

View File

@ -15,6 +15,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: '0'
- name: Set up Python runtime
uses: actions/setup-python@v3
@ -31,6 +33,7 @@ jobs:
run: |
pip install 'mkdocs>=1.3.0'
pip install mkdocs-static-i18n
pip install mkdocs-git-revision-date-localized-plugin
- name: Install mkdocs-material Insiders build
if: github.event.repository.fork == false