Skip to content

Commit

Permalink
Re-genericize entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonjchen committed Mar 24, 2019
1 parent 032dd2d commit 77d22be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ ssh-keyscan -t rsa github.com > /root/.ssh/known_hosts && \
echo "${GIT_DEPLOY_KEY}" > /root/.ssh/id_rsa && \
chmod 400 /root/.ssh/id_rsa
echo '=================== Build site ==================='
python generate_meetup_posts.py
make publish
pelican content -o output -s pelicanconf.py
echo '=================== Publish to GitHub Pages ==================='
cd output
# shellcheck disable=SC2012
Expand Down

0 comments on commit 77d22be

Please sign in to comment.