Added debugging flag

This commit is contained in:
justgoodin 2021-07-12 17:04:31 +05:30
parent b5c4baacbf
commit 9c5c2b71e4

View file

@ -11,7 +11,7 @@ pip install -r requirements.txt
echo 'Building site 👷 '
pelican ${PELICAN_CONTENT_FOLDER:=content} -o ${PELICAN_OUTPUT_FOLDER:=output} -s ${PELICAN_CONFIG_FILE:=publishconf.py}
pelican -D ${PELICAN_CONTENT_FOLDER:=content} -o ${PELICAN_OUTPUT_FOLDER:=output} -s ${PELICAN_CONFIG_FILE:=publishconf.py}
echo 'Running add-ons '
python addons.py