diff --git a/.forgejo/scripts/update-wiki.py b/.forgejo/scripts/update-wiki.py index 1c75c41..d2dcbd1 100644 --- a/.forgejo/scripts/update-wiki.py +++ b/.forgejo/scripts/update-wiki.py @@ -119,5 +119,8 @@ with open("wiki/Licenses.md", "w") as f: f.write("Unknown") f.write("\r\n") +if not os.path.exists("cache"): + os.makedirs("cache") + with open("cache/licenses.json", "w") as f: json.dump(cache, f) diff --git a/index.toml b/index.toml index d200c27..eb7af2f 100644 --- a/index.toml +++ b/index.toml @@ -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" diff --git a/pack.toml b/pack.toml index 30a0dd2..6fe0e25 100644 --- a/pack.toml +++ b/pack.toml @@ -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"