Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-27 14:58:09 -06:00
parent 74e09fb8ca
commit 648b71d43e
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Homepage
on: [push]
jobs:
publish:
runs-on: ubuntu:docker
runs-on: ubuntu-latest:docker
container: klakegg/hugo:ext
steps:
- name: Check out source