From 6f5be2c69fef08c5c75c19cc4b8969736846f12d Mon Sep 17 00:00:00 2001 From: Francesco Rombaldoni Date: Tue, 14 Nov 2023 10:19:12 +0100 Subject: [PATCH] Added hyperref to avoid compilation error --- Children_Creative_Labs/Find_The_Artworks.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Children_Creative_Labs/Find_The_Artworks.tex b/Children_Creative_Labs/Find_The_Artworks.tex index b1d3834..3f41c9d 100644 --- a/Children_Creative_Labs/Find_The_Artworks.tex +++ b/Children_Creative_Labs/Find_The_Artworks.tex @@ -3,6 +3,9 @@ \usepackage[utf8]{inputenc} \usepackage{fourier} +% To avoid GitHub Action error +\usepackage{hyperref} + % Images \usepackage{graphicx} \usepackage{caption} @@ -414,4 +417,4 @@ % Print license shield \doclicenseThis -\end{document} \ No newline at end of file +\end{document}