Explorar el Código

Make deploy depend on build

master
Ben Kurtovic hace 5 años
padre
commit
188f13b1b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@@ -9,5 +9,5 @@ build:
serve:
jekyll serve

deploy:
deploy: build
rsync -chirvz --progress --delete-after _site/ $(SERVER):$(STAGE)

Cargando…
Cancelar
Guardar