Posts tagged github-actions
Automatically update pre-commit hooks with GitHub Actions
- 2025/05/18
We will introduce a mechanism to automatically execute pre-commit autoupdate periodically and create a hook version update PR via GitHub Actions.
Setting up automatic build to automatically publish Draft with Sphinx + ablog
- 2025/05/05
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.