FIX: Sitemap

This commit is contained in:
justgoodin 2021-07-12 00:19:08 +05:30 committed by GitHub
parent 3ab29cd3f9
commit 0f2ecaa933
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 🎉🎉 🕺💃 '