Skip to content

Commit

Permalink
added git committers
Browse files Browse the repository at this point in the history
- updated copyright
- updated plugin use
  • Loading branch information
samapriya committed Oct 9, 2023
1 parent 7d8095a commit 1b941c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Install Python dependencies
run: |
pip install \
Expand All @@ -25,6 +25,7 @@ jobs:
"cairosvg>=2.5" \
"mkdocs-git-committers-plugin-2>=1.1.1" \
"mkdocs-git-revision-date-localized-plugin>=1.0" \
"mkdocs-git-authors-plugin" \
"mkdocs-minify-plugin>=0.3" \
"mkdocs-rss-plugin>=1.2" \
"mkdocs-redirects>=1.0" \
Expand Down
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repo_name: awesome-gee-community-datasets
repo_url: https://github.com/samapriya/awesome-gee-community-datasets

# Copyright
copyright: "Copyright © 2022 - 2023 Samapriya Roy"
copyright: "Copyright © 2020 - 2024 Samapriya Roy"

# Configuration
theme:
Expand Down Expand Up @@ -77,6 +77,9 @@ extra_css:

plugins:
- search
- git-committers:
repository: samapriya/awesome-gee-community-datasets
branch: master
- git-revision-date-localized:
enable_creation_date: true
type: timeago
Expand Down

0 comments on commit 1b941c2

Please sign in to comment.