mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 12:52:10 +00:00
Fix dupe jobs again
This commit is contained in:
parent
eafff23800
commit
9923ebc34b
1 changed files with 1 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue