Install Hugo 0.146.0 extended with gcompat for PaperMod
All checks were successful
Hugo Build & Deploy / build-deploy (push) Successful in 4s

This commit is contained in:
2026-02-06 20:14:10 +01:00
parent 9174093aaa
commit c875cf5a68

View File

@@ -12,7 +12,10 @@ jobs:
- /var/www/blog.bojemoi.me:/deploy - /var/www/blog.bojemoi.me:/deploy
steps: steps:
- name: Install dependencies - name: Install dependencies
run: apk add --no-cache hugo git run: |
apk add --no-cache git curl libstdc++ gcompat
curl -sL https://github.com/gohugoio/hugo/releases/download/v0.146.0/hugo_extended_0.146.0_linux-amd64.tar.gz | tar xz -C /usr/local/bin hugo
hugo version
- name: Checkout repo - name: Checkout repo
run: | run: |