Skip to content

Commit

Permalink
chore: bring back the git-committer plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Feb 19, 2024
1 parent 89802c6 commit 9d63e16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ plugins:
enabled: !ENV [CI, false]
type: date
fallback_to_build_date: true
- git-committers:
repository: developer-friendly/blog
branch: main
token: !ENV [GITHUB_TOKEN, ""]
enabled: !ENV [CI, false]
remote_branch: gh-pages
remote_name: origin
repo_name: GitHub
Expand Down

0 comments on commit 9d63e16

Please sign in to comment.