Skip to content

Commit 0be52ac

Browse files
authored
Update to only run on CI (#246)
1 parent 1adb4ac commit 0be52ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
uses: VaultVulp/[email protected]
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.TOKEN }}
31+
CI: True
3132
with:
3233
command: run mkdocs build
3334
- name: Upload Pages artifact

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ theme:
2929
name: Switch to system preference
3030
extra_css:
3131
- style.css
32-
- neoteroi.css
3332
extra_javascript:
3433
- index.js
3534
markdown_extensions:
@@ -84,6 +83,7 @@ plugins:
8483
# whether to only check in strict mode
8584
strict_only: no
8685
- git-committers:
86+
enabled: !ENV [CI, false]
8787
repository: emfcamp/badge-2024-documentation
8888
token: !ENV GITHUB_TOKEN
8989
branch: main

0 commit comments

Comments
 (0)