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:
10
makefile
10
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user