@ -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