Skip to content

Commit 3f9931f

Browse files
authored
Update CI (#241)
1 parent 0828eb3 commit 3f9931f

File tree

4 files changed

+50
-31
lines changed

4 files changed

+50
-31
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
11+
with:
12+
fetch-depth: 0
1113
- uses: actions/setup-python@v5
1214
with:
1315
python-version: 3.x
@@ -26,6 +28,7 @@ jobs:
2628
uses: VaultVulp/[email protected]
2729
with:
2830
command: run mkdocs build
31+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
2932
- name: Upload Pages artifact
3033
uses: actions/upload-pages-artifact@v3
3134
with:

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ neoteroi-mkdocs = "*"
1616
mkdocs-spellcheck = "*"
1717
codespell = "*"
1818
mkdocs-minify-plugin = "*"
19+
mkdocs-git-revision-date-localized-plugin = "*"
1920

2021
[dev-packages]
2122

Pipfile.lock

Lines changed: 41 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mkdocs.yml

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -83,33 +83,8 @@ plugins:
8383

8484
# whether to only check in strict mode
8585
strict_only: no
86-
- neoteroi.contribs:
87-
contributors:
88-
89-
image: https://avatars.githubusercontent.com/u/5212232?s=64&v=4
90-
91-
image: https://avatars.githubusercontent.com/u/1016780?s=60&v=4
92-
93-
image: https://avatars.githubusercontent.com/u/829836?s=60&v=4
94-
95-
image: https://avatars.githubusercontent.com/u/829836?s=60&v=4
96-
97-
image: https://avatars.githubusercontent.com/u/552452?s=60&v=4
98-
99-
image: https://avatars.githubusercontent.com/u/16877618?s=60&v=4
100-
101-
image: https://avatars.githubusercontent.com/u/1553?s=60&v=4
102-
103-
image: https://avatars.githubusercontent.com/u/90399509?s=60&v=4
104-
105-
image: https://avatars.githubusercontent.com/u/1625485?s=60&v=4
106-
107-
image: https://avatars.githubusercontent.com/u/362?s=60&v=4
108-
109-
image: https://avatars.githubusercontent.com/u/645622?s=60&v=4
110-
111-
image: https://avatars.githubusercontent.com/u/147143?s=96&v=4
112-
113-
image: https://avatars.githubusercontent.com/u/98908?s=60&v=4
114-
115-
image: https://avatars.githubusercontent.com/u/17356167?s=60&v=4
86+
- git-revision-date-localized
87+
- git-committers:
88+
repository: emfcamp/badge-2024-documentation
89+
token: !ENV GITHUB_TOKEN
90+
branch: main

0 commit comments

Comments
 (0)