mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +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
|
.PHONY: .prepare-deploy
|
||||||
.prepare-deploy:
|
.prepare-deploy:
|
||||||
@$(MAKE) clean
|
@$(MAKE) clean
|
||||||
@$(MAKE) HUGO_FLAGS='--gc --ignoreCache' hugo
|
@$(MAKE) HUGO_FLAGS='--gc --ignoreCache' xhtmlize
|
||||||
@$(MAKE) xhtmlize
|
|
||||||
|
|
||||||
# deploy steps need to happen one at a time
|
# deploy steps need to happen one at a time
|
||||||
.PHONY: deploy-prod
|
.PHONY: deploy-prod
|
||||||
|
|
Loading…
Reference in a new issue