How to Automatically Publish a Blog Using GitHub Actions

In this post, I used Travis to enable automatic blog publishing. However, I recently discovered that Travis does not run automatically anymore (though it works manually). I…

December 16, 2020 · 2 min · 331 words · Jack Yu

How to Execute Git Push in Travis CI

Travis CI is generally used for automating tests without needing to update the repository with the test outputs. This article explains how to automatically commit the results from…

October 16, 2017 · 4 min · 659 words · Jack Yu