Skip to content

Commit

Permalink
Merge pull request #18 from nelsonjchen/build-fix
Browse files Browse the repository at this point in the history
Call Makefile publish in CI
  • Loading branch information
godber committed Mar 12, 2019
2 parents f1a6db5 + 7bac33a commit fa4d440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages-pelican-action/entrypoint.sh
Expand Up @@ -14,7 +14,7 @@ echo "${GIT_DEPLOY_KEY}" > /root/.ssh/id_rsa && \
chmod 400 /root/.ssh/id_rsa
echo '=================== Build site ==================='
python generate_meetup_posts.py
pelican content -o output -s pelicanconf.py
make publish
echo '=================== Publish to GitHub Pages ==================='
cd output
# shellcheck disable=SC2012
Expand Down

0 comments on commit fa4d440

Please sign in to comment.