Skip to content

Commit 619a1fd

Browse files
committed
Adding commiters plugin to documentation.
1 parent 19200ca commit 619a1fd

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build_pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ jobs:
2020
pip install mkdocs-git-revision-date-localized-plugin
2121
pip install mkdocs-include-markdown-plugin
2222
pip install mike
23+
pip install mkdocs-git-committers-plugin-2
2324
- name: Build website
2425
run: mkdocs gh-deploy --verbose

mkdocs.yml

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

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

0 commit comments

Comments
 (0)