ci: hardcode hugo version to avoid unexpected failures

This commit is contained in:
2026-02-14 11:08:21 +01:00
parent 2b48b1b2ae
commit 501e40172f

View File

@@ -43,7 +43,7 @@ jobs:
- name: Setup Hugo - name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v3.0.0 uses: https://github.com/peaceiris/actions-hugo@v3.0.0
with: with:
hugo-version: "latest" hugo-version: "0.155.3"
extended: true extended: true
- name: Build website with Hugo - name: Build website with Hugo