Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-27 14:56:06 -06:00
parent 7881dd6506
commit 74e09fb8ca
1 changed files with 1 additions and 1 deletions

View File

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