From 0f2ecaa933434b6b67b1d02f74ffac09e27735a8 Mon Sep 17 00:00:00 2001 From: justgoodin Date: Mon, 12 Jul 2021 00:19:08 +0530 Subject: [PATCH] FIX: Sitemap --- entrypoint.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index e1bdc5b..bd05bc6 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -21,4 +21,9 @@ fi echo 'Building site πŸ‘· ' pelican ${PELICAN_CONTENT_FOLDER:=content} -o output -s ${PELICAN_CONFIG_FILE:=publishconf.py} +echo 'Fixing sitemap ❌ πŸ‘‰πŸ½ βœ” ' +python sitemap.py + echo 'Build complete πŸŽ‰πŸŽ‰ πŸ•ΊπŸ’ƒ ' + +