From 3cd7475406760de3a50bdb211d17cd8fbc114279 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Mon, 10 May 2021 16:47:02 +0200 Subject: Fix deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 499375e..58afe3b 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ serve: all python -m http.server --directory out 8000 deploy: compress - rsync --progress --stats -rvz --delete out "$(DEPLOY_TARGET)" + rsync --progress --stats -rvz --delete out/ "$(DEPLOY_TARGET)" clean: rm -rf out -- cgit v1.2.3-54-g00ecf