mirror of
https://github.com/Roslund/sthlm-mesh.git
synced 2026-08-10 02:42:56 +02:00
add freeze comment
This commit is contained in:
@@ -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
|
||||
|
||||
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user