fix make upload

This commit is contained in:
Tasia Iso 2024-05-26 22:43:53 +02:00
parent 1818170360
commit 093dd31a57
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw

View file

@ -20,7 +20,7 @@ format-markdown:
npx markdownlint-cli 'docs/**/*.md' -f npx markdownlint-cli 'docs/**/*.md' -f
# Upload the website to tilde.club # Upload the website to tilde.club
upload: build upload: site/index.html
scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html scp -r site/** tasiaiso@tilde.club:/home/tasiaiso/public_html
.PHONY: clean .PHONY: clean