diff --git a/Makefile b/Makefile index 23d98616b..42c91a7cd 100644 --- a/Makefile +++ b/Makefile @@ -53,6 +53,11 @@ upload: cross: doc ./cross-compile $(TAG) +beta: doc + ./cross-compile $(TAG)β + rm build/*-current-* + rclone -v copy build/ memstore:pub-rclone-org/$(TAG)β + serve: cd docs && hugo server -v -w