bep
This commit is contained in:
parent
84fe1b779b
commit
8ad9c28176
3 changed files with 5 additions and 2 deletions
|
@ -119,5 +119,8 @@ with open("wiki/Licenses.md", "w") as f:
|
|||
f.write("Unknown")
|
||||
f.write("</b>\r\n")
|
||||
|
||||
if not os.path.exists("cache"):
|
||||
os.makedirs("cache")
|
||||
|
||||
with open("cache/licenses.json", "w") as f:
|
||||
json.dump(cache, f)
|
||||
|
|
|
@ -2,7 +2,7 @@ hash-format = "sha256"
|
|||
|
||||
[[files]]
|
||||
file = ".forgejo/scripts/update-wiki.py"
|
||||
hash = "da922924b0fdc67aa7add46ac43745625b511c3d8ffab6291b7df002c0b9d6db"
|
||||
hash = "f5f59ff0fc15dc9a530fb7631f940385aed1e8b25bdbef8cca59ab06560593f8"
|
||||
|
||||
[[files]]
|
||||
file = ".forgejo/workflows/update-wiki.yaml"
|
||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "acdff981e88708a60c7f97d2a77a26d98fb1ad7eaa1a91e4c7ab4fd6d05a44d5"
|
||||
hash = "ef28e5aaff3fea801ab61de2436f79da1abbcdc53e4eb1b9e565a89b503f8eb5"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.5"
|
||||
|
|
Loading…
Add table
Reference in a new issue