Skip to content

Commit

Permalink
Update config for git-committers
Browse files Browse the repository at this point in the history
  • Loading branch information
yves-chevallier committed Jul 23, 2024
1 parent 3be108e commit bc76f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ jobs:
- name: Build Documentation with MkDocs
env:
MKDOCS_GIT_COMMITTERS_APIKEY: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
GH_TOKEN: ${{ secrets.MKDOCS_GIT_COMMITTERS_APIKEY }}
run: CI=true xvfb-run -a poetry run mkdocs gh-deploy --force
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ plugins:
- git-committers:
repository: heig-tin-info/handbook
branch: master
token: !ENV ["GH_TOKEN"]
- optimize
- git-revision-date-localized:
enable_creation_date: true
Expand Down

0 comments on commit bc76f96

Please sign in to comment.