Switch to alpine:3.19 with apk hugo
Some checks failed
Hugo Build & Deploy / build-deploy (push) Failing after 19s

This commit is contained in:
2026-02-06 20:01:21 +01:00
parent 3f087ded01
commit 8fd73ea17b

View File

@@ -7,10 +7,13 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
container:
image: klakegg/hugo:ext-alpine
image: alpine:3.19
volumes:
- /var/www/blog.bojemoi.me:/deploy
steps:
- name: Install Hugo
run: apk add --no-cache hugo git
- uses: actions/checkout@v4
- name: Build Hugo site