fix make upload
This commit is contained in:
parent
1818170360
commit
093dd31a57
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue