fix
This commit is contained in:
@@ -43,7 +43,7 @@ jobs:
|
|||||||
with open("./spearhead/_docs/Reference.md", "r+") as mdFile:
|
with open("./spearhead/_docs/Reference.md", "r+") as mdFile:
|
||||||
text = mdFile.read()
|
text = mdFile.read()
|
||||||
text = text.replace("##!config!##", luaConfig)
|
text = text.replace("##!config!##", luaConfig)
|
||||||
mdFile.write()
|
mdFile.write(text)
|
||||||
shell: python
|
shell: python
|
||||||
|
|
||||||
- name: mkdir
|
- name: mkdir
|
||||||
|
|||||||
Reference in New Issue
Block a user