Browse Source

Use html instead

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

2
Makefile

@ -5,5 +5,5 @@ default: publish
.PHONY: publish
publish:
for path in $(SITES) ; do \
cd $$path && make publish; \
cd $$path && make html; \
done

Loading…
Cancel
Save