And on top of everything — the GitHub Actions for publishing the blog broke.
GitHub deprecated something, I didn’t touch a thing, but everything went down. A quick search turned up a fix — it’s not a big one, but it’s annoying. What’s even more annoying is that the industry seems to keep drifting further and further away from stability…
In .github/workflows/publish.yaml…
| Old value | New value |
|---|---|
| actions/cache@v3 | actions/cache@v4 |
| actions/configure-pages@v3 | actions/configure-pages@v5 |
| actions/deploy-pages@v2 | actions/deploy-pages@v4 |
| actions/upload-pages-artifact@v2 | actions/upload-pages-artifact@v3 |
| peaceiris/actions-hugo@v2 | peaceiris/actions-hugo@v3 |