Update .gitea/workflows/build.yaml
This commit is contained in:
parent
74e09fb8ca
commit
648b71d43e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue