Skip to content

Commit e13a5e1

Browse files
committed
mkdocs thinks 0.7 is a float. So maybe this fixes it
1 parent db25591 commit e13a5e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ plugins:
139139
enabled: !ENV [CI, false]
140140
- git-committers:
141141
repository: IntelligenceModding/Advanced-Peripherals-Documentation
142-
branch: !ENV BRANCH
142+
branch: !ENV "BRANCH"
143143
token: !ENV GITHUB_TOKEN
144144
enabled: !ENV [CI, false]
145145

0 commit comments

Comments
 (0)