From 6252bd72a18fdddcac694c2b70a8985f451c4134 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mikl=C3=B3s=20T=C3=B3th?= <tothmiklostibor@gmail.com>
Date: Mon, 10 May 2021 09:48:53 +0200
Subject: [PATCH] fix

---
 docs/magic.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/magic.sh b/docs/magic.sh
index 9404f947..3eba4859 100755
--- a/docs/magic.sh
+++ b/docs/magic.sh
@@ -23,6 +23,8 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do
   git reset --hard
   git checkout "w${week}"
 
+  rm -rf /tmp/javadoc
+
   if [ "$week" = "5" ] || [ "$week" = "6" ]; then
     bash -c "cd ..; /tmp/merge/build.sh"
   fi
-- 
GitLab