Automating-Pelican-Travis-CI

Posted on Tue 11 September 2018 in Notes

Automating Pelican builds with Travis-CI

Make sure to escape special characters for bash. The format $"GITHUB_TOKEN" is appropriate for this case.

Here are the formats I tried. Notice that GITHUB_TOKEN also passes successfully, but we need the $ for build success in bash.

I referred to the official Travis-CI documentation, this tutorial from user MinchinWeb, and his corresponding source repo to navigate this process.