Merge pull request #12 from ThatKalle/bump-hugo

bump HUGO to 0.145.0
This commit is contained in:
Anton Roslund
2025-04-20 23:31:25 +02:00
committed by GitHub
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
hugo-version: '0.145.0'
extended: true
- name: Build
+2 -3
View File
@@ -1,9 +1,8 @@
version: "3.8"
name: sthlm-mesh
services:
site:
image: hugomods/hugo:exts
image: hugomods/hugo:exts-0.145.0
command: server --buildDrafts --poll 500ms
ports:
- "1313:1313"