Adds anime script execution to automation

Integrates the anime script into the automated workflow.

This enhancement allows for the automated execution of the
anime script, ensuring that it runs as part of the regular
automation cycle alongside webmention and syndication scripts.
This commit is contained in:
fundor333
2025-09-08 02:24:26 +02:00
parent 1325c4a7bb
commit 874bedaa05

View File

@@ -65,10 +65,20 @@ build: clean ## Build for dev
syndication: ## Syndication script
@uv run python action_script/syndication-adder.py
.PHONY: webmention
webmention: ## Webmention script
@uv run python action_script/webmention.py
.PHONY: anime
anime: ## Anime script
@uv run python action_script/aniist_run.py
automation: anime webmention syndication ## Run all the automation script
@uv run python action_script/syndication-collector.py
@uv run python action_script/syndication-correction.py
deploy: update characters webmention syndication## Ready to deploy
@hugo --minify
@python mastodon2hugo.py @fundor333@mastodon.social