Skip to content

Commit

Permalink
Update to only run on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel committed Jun 23, 2024
1 parent 1adb4ac commit e65cb8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
uses: VaultVulp/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
CI: True
with:
command: run mkdocs build
- name: Upload Pages artifact
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ theme:
name: Switch to system preference
extra_css:
- style.css
- neoteroi.css
extra_javascript:
- index.js
markdown_extensions:
Expand Down Expand Up @@ -84,6 +83,7 @@ plugins:
# whether to only check in strict mode
strict_only: no
- git-committers:
enabled: !ENV [CI, false]
repository: emfcamp/badge-2024-documentation
token: !ENV GITHUB_TOKEN
branch: main

0 comments on commit e65cb8b

Please sign in to comment.