Fix makefile

This commit is contained in:
Fundor333
2025-01-21 03:00:33 +01:00
parent 53ce9dfe93
commit 816b1b213b

View File

@@ -72,7 +72,6 @@ brodcast: clean ## Brodcast the site
deploy_prod: ## Ready to deploy
@npm update
@poetry export --without-hashes --format=requirements.txt > requirements.txt
@hugo mod get -u
@hugo --minify