aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0f9ac1d..2d9d5d7 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -260,6 +260,6 @@ plausible_domain = "pyecsca.org"
plausible_script = "https://plausible.neuromancer.sk/js/script.js"
plausible_enabled = (
'GITHUB_ACTION' in os.environ
- and os.environ.get('GITHUB_REPOSITORY', '').lower() == 'J08nY/pyecsca'
+ and os.environ.get('GITHUB_REPOSITORY', '').lower() == 'j08ny/pyecsca'
and os.environ.get('GITHUB_REF') == 'refs/heads/main'
)