Update make

This commit is contained in:
fundor333
2025-01-28 18:44:12 +01:00
parent 0ac3c0293a
commit b0a7532682

View File

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