From e8ee997faf9412b20f0f6b47ef21b7cd608ed18d 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 11:44:17 +0200
Subject: [PATCH] fix tags

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

diff --git a/docs/magic.sh b/docs/magic.sh
index 3eba4859..a024d98c 100755
--- a/docs/magic.sh
+++ b/docs/magic.sh
@@ -17,6 +17,8 @@ cp includes/misc-functions.tex /tmp/merge/misc-functions.tex
 
 hash="$(git rev-parse HEAD)"
 
+git fetch --all --tags
+
 for week in 7 11 3 2 4 5 6 9 10 13 14; do
   echo "week $week incoming..."
   git clean -fd
-- 
GitLab