Added debugging flag
This commit is contained in:
parent
b5c4baacbf
commit
9c5c2b71e4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue