diff --git a/Makefile b/Makefile index 2ce23f5..7c7b4cd 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,6 @@ docs: mkdocs build docs-push: - rsync -avP docs/ andromeda:/www/axavier.org/projects/RELOG/$(VERSION)/ + rsync -avP docs/ isoron@axavier.org:/www/axavier.org/projects/RELOG/$(VERSION)/ .PHONY: docs test