From b48dc893628a189275b1b43ad3aa885fb68cca51 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 04:29:30 +0200 Subject: [PATCH] hopefully everything works now --- .gitlab-ci.yml | 4 ++-- docs/includes/misc-functions.tex | 2 +- docs/magic.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0379faf3..f819a60b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: projlab/projlab:13.1.2 +image: projlab/projlab:13.2.0 stages: - build @@ -41,7 +41,7 @@ Merged: - Line count artifacts: paths: - - docs/merged.pdf + - docs/magic.pdf Sus szavak: stage: docs diff --git a/docs/includes/misc-functions.tex b/docs/includes/misc-functions.tex index e2d6e9b6..a3d22659 100644 --- a/docs/includes/misc-functions.tex +++ b/docs/includes/misc-functions.tex @@ -47,6 +47,6 @@ } } -\newcommand{\emoji}[1]{ +\newcommand {\emoji}[1]{ {\setmainfont{Noto Color Emoji}[Renderer=Harfbuzz]{#1}} } \ No newline at end of file diff --git a/docs/magic.sh b/docs/magic.sh index 823d8217..de080006 100755 --- a/docs/magic.sh +++ b/docs/magic.sh @@ -27,7 +27,7 @@ for week in 7 11 3 2 4 5 6 9 10 13 14; do bash -c "cd ..; /tmp/merge/build.sh" fi - if [ "$week" = "3" ]; then + if [ "$week" = "3" ] || [ "$week" = "8" ]; then cp /tmp/merge/misc-functions.tex includes/misc-functions.tex fi -- GitLab