Skip to content

Commit d596293

Browse files
committed
Adding git commiters plugin to mkdocs.yml
1 parent 13dd185 commit d596293

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ jobs:
273273
pip install mkdocs-git-revision-date-localized-plugin
274274
pip install mkdocs-material
275275
pip install git+https://github.com/jimporter/mike.git
276+
pip install mkdocs-git-committers-plugin-2
276277
mike deploy -p develop
277278
278279
dispatch:

.github/workflows/rebuild_docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
pip install mkdocs-git-revision-date-localized-plugin
4545
pip install mkdocs-material
4646
pip install git+https://github.com/jimporter/mike.git
47+
pip install mkdocs-git-committers-plugin-2
4748
4849
- name: Rebuild specified versions
4950
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
pip install mkdocs-git-revision-date-localized-plugin
4949
pip install mkdocs-material
5050
pip install git+https://github.com/jimporter/mike.git
51+
pip install mkdocs-git-committers-plugin-2
5152
mike deploy -p -u ${UTPLSQL_VERSION} latest
5253
mkdocs build --clean -f mkdocs_offline.yml
5354
rm -rf docs/*

mkdocs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ strict: true
101101

102102
plugins:
103103
- search
104+
- git-committers:
105+
repository: utPLSQL/utPLSQL
106+
branch: main
107+
token: !ENV ["API_TOKEN_GITHUB"]
104108
- mike
105109
- git-revision-date-localized: # disable for offline docs
106110
enable_creation_date: true # disable for offline docs

0 commit comments

Comments
 (0)