From 5ea48eaa94e8b3ff6a7488bcc698c6a22e98942f Mon Sep 17 00:00:00 2001
From: Miguel Angel Reina Ortega <miguelangel.reinaortega@etsi.org>
Date: Thu, 7 Dec 2023 09:19:52 +0100
Subject: [PATCH] Typo for pages index entry removal

---
 publish_on_pages.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/publish_on_pages.sh b/publish_on_pages.sh
index 5f2cc02..c86153f 100644
--- a/publish_on_pages.sh
+++ b/publish_on_pages.sh
@@ -26,7 +26,7 @@ elif [ $6 == 'false' ]; then
 else
     echo 'Removing entry for ' $6
     rm -r -f public/$6
-    docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$6" "$4/$7_$4.docx" "$5"
+    docker run --rm -v $(pwd):/tmp -w /tmp "$DOCKER_IMAGE" pip install bs4 && python3 $1 -re "$7_$4" "$4/$7_$4.docx" "$5"
 fi
 
 echo "------ Zip the content and publish the zip again ------"
-- 
GitLab