Update entrypoint.sh
This commit is contained in:
parent
8525799190
commit
d443673d0c
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ if [ -n "$PELICAN_THEME_FOLDER" ]; then
|
|||
fi
|
||||
|
||||
echo 'Building site 👷 '
|
||||
pelican ${PELICAN_CONTENT_FOLDER:=content} -o output -s ${PELICAN_CONFIG_FILE:=pelicanconf.py}
|
||||
pelican ${PELICAN_CONTENT_FOLDER:=content} -o output -s ${PELICAN_CONFIG_FILE:=publishconf.py}
|
||||
|
||||
echo 'Publishing to GitHub Pages 📤 '
|
||||
pushd output
|
||||
|
@ -40,4 +40,4 @@ git push deploy $remote_branch --force
|
|||
rm -fr .git
|
||||
popd
|
||||
|
||||
echo 'Done 🎉🎉 🕺💃 '
|
||||
echo 'Done 🎉🎉 🕺💃 '
|
||||
|
|
Loading…
Reference in a new issue