There was an error while loading. Please reload this page.
1 parent 19200ca commit 619a1fdCopy full SHA for 619a1fd
2 files changed
.github/workflows/build_pages.yml
@@ -20,5 +20,6 @@ jobs:
20
pip install mkdocs-git-revision-date-localized-plugin
21
pip install mkdocs-include-markdown-plugin
22
pip install mike
23
+ pip install mkdocs-git-committers-plugin-2
24
- name: Build website
25
run: mkdocs gh-deploy --verbose
mkdocs.yml
@@ -101,6 +101,10 @@ use_directory_urls: false
101
102
plugins:
103
- search
104
+ - git-committers:
105
+ repository: utPLSQL/utPLSQL.github.io
106
+ branch: main
107
+ token: !ENV ["API_TOKEN_GITHUB"]
108
- git-revision-date-localized: # disable for offline docs
109
enable_creation_date: true # disable for offline docs
110
type: datetime # disable for offline docs
0 commit comments