Browse Source

Update global publish

master
Luke Murphy 4 years ago
parent
commit
628252f010
No known key found for this signature in database GPG Key ID: 5E2EF5A63E3718CC
  1. 4
      Makefile

4
Makefile

@ -4,6 +4,4 @@ default: publish
.PHONY: publish
publish:
for path in $(SITES) ; do \
cd $$path && make publish; \
done
for path in $(SITES) ; do echo "Building in $(basename $$path)..." && cd $$path && make publish; done

Loading…
Cancel
Save