Add publish target
This commit is contained in:
parent
e9c1fb9777
commit
e9f22ec64f
5
makefile
5
makefile
@ -12,4 +12,7 @@ dependencies:
|
|||||||
run: core-plugins custom-plugins dependencies
|
run: core-plugins custom-plugins dependencies
|
||||||
@.venv/bin/pelican --autoreload
|
@.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…
Reference in New Issue
Block a user