Update make

This commit is contained in:
fundor333
2025-01-28 18:45:37 +01:00
parent b0a7532682
commit aaa0d4af5e

View File

@@ -60,9 +60,12 @@ build: clean ## Build for dev
.PHONY: syndication
syndication: ## Syndication script
@poetry run python action_script/syndication-collector.py
.PHONY: webmention
webmention: ## Webmention script
@poetry run python action_script/webmention.py
deploy: clean characters ## Ready to deploy
deploy: clean characters webmention syndication## Ready to deploy
@npm update
@poetry export --without-hashes --format=requirements.txt > requirements.txt
@hugo mod get -u