7 lines
184 B
Makefile
7 lines
184 B
Makefile
run:
|
|
@mdbook serve --open
|
|
deploy:
|
|
@mdbook clean
|
|
@mdbook build
|
|
@rsync -rauz --del --groupmap=erin:www-data --progress book/ erin@is-cute.ml:~/mercury-book
|
|
@git push -u origin main
|