mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-03-18 21:30:41 +01:00
try cicd
This commit is contained in:
2
.github/workflows/generate-template-json.py
vendored
2
.github/workflows/generate-template-json.py
vendored
@@ -43,7 +43,7 @@ for filename in sorted(glob.glob("composes-files/*.y*ml")):
|
||||
elif data[0] == "note":
|
||||
#link = re.search('\bhref=\'([^\']*)\'', data[1]).group(1)
|
||||
dataset[data[0]] = data[1]
|
||||
print(link)
|
||||
#print(link)
|
||||
elif data[0] == "title":
|
||||
title = data[1]
|
||||
dataset[data[0]] = title
|
||||
|
||||
Reference in New Issue
Block a user