Browse Source

Make deploy depend on build

master
Ben Kurtovic 5 years ago
parent
commit
188f13b1b7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

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

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

Loading…
Cancel
Save