Posts tagged github-actions

Automatically update pre-commit hooks with GitHub Actions

We will introduce a mechanism to automatically execute pre-commit autoupdate periodically and create a hook version update PR via GitHub Actions.

Read more ...


Setting up automatic build to automatically publish Draft with Sphinx + ablog

When running a blog with Sphinx + ablog, you can prepare draft articles by setting the post date to a future date. However, it will not be reflected on the website unless the build is run after the release date. This article looks at how to run automated builds.

Read more ...