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