1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Fix dupe jobs again

This commit is contained in:
Rohan Kumar 2023-11-29 05:20:30 -08:00
parent eafff23800
commit 9923ebc34b
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -147,8 +147,7 @@ deploy: deploy-html deploy-gemini
.PHONY: .prepare-deploy
.prepare-deploy:
@$(MAKE) clean
@$(MAKE) HUGO_FLAGS='--gc --ignoreCache' hugo
@$(MAKE) xhtmlize
@$(MAKE) HUGO_FLAGS='--gc --ignoreCache' xhtmlize
# deploy steps need to happen one at a time
.PHONY: deploy-prod