mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 00:13:36 +00:00
Attempt to fix GH pages
This commit is contained in:
2
.github/workflows/hugo.yml
vendored
2
.github/workflows/hugo.yml
vendored
@@ -29,7 +29,7 @@ defaults:
|
||||
jobs:
|
||||
# Build job
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ fromJSON('["ubuntu-latest", "self-hosted"]')[github.repository == 'github/docs-internal'] }}
|
||||
env:
|
||||
HUGO_VERSION: 0.126.1
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user