Fix bleed documentation
GitHub runner as it runs an older version of Python
This commit is contained in:
@@ -70,7 +70,7 @@ def format_docs(version, collectionName, types, relatedEnums):
|
|||||||
|
|
||||||
sourceUrl = ""
|
sourceUrl = ""
|
||||||
if currentType["Filename"]:
|
if currentType["Filename"]:
|
||||||
sourceUrl = f"https://github.com/OpenRA/OpenRA/blob/{version}/{currentType["Filename"]}"
|
sourceUrl = f"https://github.com/OpenRA/OpenRA/blob/{version}/{currentType['Filename']}"
|
||||||
description = f"{description} [GitHub]({sourceUrl})"
|
description = f"{description} [GitHub]({sourceUrl})"
|
||||||
|
|
||||||
if description:
|
if description:
|
||||||
|
|||||||
Reference in New Issue
Block a user