From 6a644bd6cbf47a4521e4de88b62ea963878fdbcf Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Mon, 25 Apr 2022 12:40:30 +0200 Subject: [PATCH] Wrong position --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a161d3f..82a7e80 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 -- GitLab