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…
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…
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…