add freeze comment

This commit is contained in:
Kalle
2025-04-25 00:29:03 +02:00
parent f7758d3bf0
commit bc6e79f5ce
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.145.0'
hugo-version: '0.145.0' # Freeze hugo due to theme issue.
extended: true
- name: Build

View File

@@ -2,7 +2,7 @@ name: sthlm-mesh
services:
site:
image: hugomods/hugo:exts-0.145.0
image: hugomods/hugo:exts-0.145.0 # Freeze hugo due to theme issue.
command: server --buildDrafts --poll 500ms
ports:
- "1313:1313"