diff --git a/Makefile b/Makefile index cab79d3..b99aca2 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ default: publish .PHONY: publish publish: for path in $(SITES) ; do \ - cd $$path && make html; \ + cd $$path && make publish; \ done