Fixed MacOS release #3

Merged
lmika merged 26 commits from feature/release-testing into main 2025-10-26 00:41:25 +00:00
Showing only changes of commit 196b3f9493 - Show all commits

View file

@ -10,7 +10,7 @@ on:
- main - main
jobs: jobs:
build: Build:
runs-on: docker runs-on: docker
services: services:
localstack: localstack:
@ -48,9 +48,8 @@ jobs:
go-version: 1.24 go-version: 1.24
- name: Install Hugo - name: Install Hugo
run: | run: |
go install github.com/jmooring/hvm@latest go install -u github.com/gohugoio/hugo/cmd/hugo@v0.146.0
hvm use v0.146.0 - name: Build Site
- name: Build
run: | run: |
cd _site cd _site
mkdir -p themes mkdir -p themes