9 lines
175 B
Makefile
9 lines
175 B
Makefile
|
all: build pushl
|
||
|
|
||
|
build:
|
||
|
yes | ~/zola build -o ~/public_html
|
||
|
|
||
|
pushl:
|
||
|
. /home/ydreniv/venv-pushl/bin/activate ; pushl -c pushl-cache/ "https://tilde.town/~ydreniv/atom.xml"
|
||
|
|