allow posting single wiki articles

This commit is contained in:
neingeist 2025-06-12 13:40:22 +02:00
parent 92f95f67e6
commit b111a34804
2 changed files with 20 additions and 9 deletions

View file

@ -7,7 +7,3 @@ python 0_get_recipes.py
python 1_clean_json.py
python 2_to_markdown.py
python 3_to_mediawiki.py
if [[ "$1" = "post" ]]; then
python 4_post_to_wiki.py
fi