Update hugo.yml

This commit is contained in:
2024-07-19 00:21:52 +01:00
committed by GitHub
parent 3e027f32aa
commit ccfb399cb6

View File

@@ -29,7 +29,7 @@ defaults:
jobs:
# Build job
build:
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.126.1
steps: