diff --git a/Makefile b/Makefile
index a161d3f10edaa00464800edf2cbe1bece827a29f..82a7e801f011ab3ab7b5d70ba53ebf833d911dc8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,10 +4,10 @@ all:
 
 build:
 	docker-compose build
-	sudo mv ./site/pdf/document.pdf ./site/pdf/documentation.pdf
 
 run: build
 	docker-compose up
+	sudo mv ./site/pdf/document.pdf ./site/pdf/documentation.pdf
 
 docs:
 	widdershins --environment ./misc/env.json ./misc/api-authentication.yaml -o ./docs/operation/endpoints/authentication.md