Update/fix build pipeline for hugo.
This commit is contained in:
5
Makefile
5
Makefile
@ -1,9 +1,8 @@
|
||||
DOCKER_IMAGE := cr.annabunch.es/annabunches-static
|
||||
|
||||
all: build
|
||||
.PHONY: all build push
|
||||
|
||||
serve:
|
||||
docker run --rm -it -p 4000:4000 -v $(shell pwd):/srv/jekyll jekyll/jekyll jekyll serve --drafts --future --safe -d /tmp/site --trace
|
||||
all: build
|
||||
|
||||
build:
|
||||
docker build -t ${DOCKER_IMAGE} .
|
||||
|
Reference in New Issue
Block a user