Skip to content

Commit

Permalink
Fix Plausible master.
Browse files Browse the repository at this point in the history
  • Loading branch information
J08nY committed Aug 28, 2024
1 parent 3c4ab9b commit 4a0fa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,5 +261,5 @@ def linkcode_resolve(domain, info):
plausible_enabled = (
'GITHUB_ACTION' in os.environ
and os.environ.get('GITHUB_REPOSITORY', '').lower() == 'j08ny/pyecsca'
and os.environ.get('GITHUB_REF') == 'refs/heads/main'
and os.environ.get('GITHUB_REF') == 'refs/heads/master'
)

0 comments on commit 4a0fa10

Please sign in to comment.