We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adb4ac commit 0be52acCopy full SHA for 0be52ac
.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
28
uses: VaultVulp/[email protected]
29
env:
30
GITHUB_TOKEN: ${{ secrets.TOKEN }}
31
+ CI: True
32
with:
33
command: run mkdocs build
34
- name: Upload Pages artifact
mkdocs.yml
@@ -29,7 +29,6 @@ theme:
name: Switch to system preference
extra_css:
- style.css
- - neoteroi.css
extra_javascript:
- index.js
35
markdown_extensions:
@@ -84,6 +83,7 @@ plugins:
84
83
# whether to only check in strict mode
85
strict_only: no
86
- git-committers:
+ enabled: !ENV [CI, false]
87
repository: emfcamp/badge-2024-documentation
88
token: !ENV GITHUB_TOKEN
89
branch: main
0 commit comments