Attempt to fix GH pages

This commit is contained in:
2024-07-19 00:17:14 +01:00
committed by GitHub
parent 7e58fe9b99
commit 3e027f32aa

View File

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