forked from TrueCloudLab/rclone
Make make serve
fail if make website
would fail
This commit is contained in:
parent
7ae40cb352
commit
c337a367f3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -62,7 +62,7 @@ beta: doc
|
|||
rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β
|
||||
@echo Beta release ready at http://pub.rclone.org/$(TAG)%CE%B2/
|
||||
|
||||
serve:
|
||||
serve: website
|
||||
cd docs && hugo server -v -w
|
||||
|
||||
tag:
|
||||
|
|
Loading…
Reference in a new issue