Update entrypoint.sh
This commit is contained in:
parent
0f2ecaa933
commit
eee62c83b0
1 changed files with 3 additions and 5 deletions
|
@ -8,7 +8,7 @@ echo "ACTOR: $GITHUB_ACTOR"
|
|||
remote_repo="https://x-access-token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
|
||||
remote_branch=${GH_PAGES_BRANCH:=gh-pages}
|
||||
|
||||
echo 'Installing Python Requirements 🐍 '
|
||||
echo 'Installing Python 🐍 Requirements '
|
||||
pip install -r requirements.txt
|
||||
|
||||
if [ -n "$PELICAN_THEME_FOLDER" ]; then
|
||||
|
@ -21,9 +21,7 @@ fi
|
|||
echo 'Building site 👷 '
|
||||
pelican ${PELICAN_CONTENT_FOLDER:=content} -o output -s ${PELICAN_CONFIG_FILE:=publishconf.py}
|
||||
|
||||
echo 'Fixing sitemap ❌ 👉🏽 ✔ '
|
||||
python sitemap.py
|
||||
echo 'Running add-ons ❌ 👉🏽 ✔ '
|
||||
python addons.py
|
||||
|
||||
echo 'Build complete 🎉🎉 🕺💃 '
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue