Update entrypoint.sh

This commit is contained in:
justgoodin 2021-07-05 04:20:05 +05:30 committed by GitHub
parent 8525799190
commit d443673d0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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