mirror of
https://github.com/PAPAMICA/docker-compose-collection.git
synced 2026-01-18 16:27:25 +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
@@ -41,7 +41,7 @@ for filename in sorted(glob.glob("composes-files/*.y*ml")):
|
||||
categories = data[1].split(', ')
|
||||
dataset[data[0]] = categories
|
||||
elif data[0] == "note":
|
||||
link = re.search('\bhref=\'([^\']*)\'', data[1]).group(1)
|
||||
#link = re.search('\bhref=\'([^\']*)\'', data[1]).group(1)
|
||||
dataset[data[0]] = data[1]
|
||||
print(link)
|
||||
elif data[0] == "title":
|
||||
|
||||
Reference in New Issue
Block a user