Skip to content

Commit 5ebf97b

Browse files
Oleksandr Kulkovadamant-pwn
Oleksandr Kulkov
authored andcommitted
clarifications for contrib guidelines
1 parent eab5eea commit 5ebf97b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.PAT_API_KEY }}
3333
MKDOCS_ENABLE_GIT_REVISION_DATE: True
34+
MKDOCS_ENABLE_GIT_COMMITTERS: True
3435
run: |
3536
mkdocs build --strict
3637
- uses: FirebaseExtended/action-hosting-deploy@v0

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
env:
3232
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.PAT_API_KEY }}
3333
MKDOCS_ENABLE_GIT_REVISION_DATE: True
34+
MKDOCS_ENABLE_GIT_COMMITTERS: True
3435
run: |
3536
mkdocs build --strict
3637
- name: Run algorithm code tests

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ plugins:
6565
repository: e-maxx-eng/e-maxx-eng
6666
docs_path: src/
6767
token: !ENV MKDOCS_GIT_COMMITTERS_APIKEY
68+
enabled: !ENV [MKDOCS_ENABLE_GIT_COMMITTERS, False]
6869
- macros
6970

7071
extra:

0 commit comments

Comments
 (0)