From 093dd31a57e9e0b14e4dcc88f4db82b32805f494 Mon Sep 17 00:00:00 2001 From: Tasia Iso Date: Sun, 26 May 2024 22:43:53 +0200 Subject: [PATCH] fix make upload --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 23e528b..711b2f2 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ format-markdown: npx markdownlint-cli 'docs/**/*.md' -f # Upload the website to tilde.club -upload: build +upload: site/index.html scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html .PHONY: clean