Browse Source

Add publish target

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

5
makefile

@ -12,4 +12,7 @@ dependencies:
run: core-plugins custom-plugins dependencies
@.venv/bin/pelican --autoreload
.PHONY: core-plugins custom-plugins dependencies run
publish:
@.venv/bin/pelican -o /var/www/html/
.PHONY: core-plugins custom-plugins dependencies run publish

Loading…
Cancel
Save