mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:09:55 +08:00
Make make serve
fail if make website
would fail
This commit is contained in:
parent
7ae40cb352
commit
c337a367f3
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ beta: doc
|
||||||
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||||
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
|
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
|
||||||
|
|
||||||
serve:
|
serve: website
|
||||||
cd docs && hugo server -v -w
|
cd docs && hugo server -v -w
|
||||||
|
|
||||||
tag:
|
tag:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user