mirror of
https://github.com/firmai/financial-machine-learning.git
synced 2026-08-25 00:38:07 +00:00
setup separate workflow to generate wiki on every push
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@ from git_status import get_repo_list
|
||||
|
||||
def get_wiki_status_color(input_text):
|
||||
if input_text is None or input_text == 'inactive':
|
||||
result_text = ""
|
||||
result_text = ":heavy_multiplication_x:"
|
||||
else:
|
||||
result_text = ""
|
||||
result_text = ":heavy_check_mark:"
|
||||
return '<sub>{}</sub>'.format(result_text)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user