Update .gitea/workflows/build.yaml
This commit is contained in:
parent
faeef87787
commit
90c1f3ab77
|
@ -2,6 +2,8 @@ name: Homepage
|
|||
on: [push]
|
||||
jobs:
|
||||
build:
|
||||
runs-on:
|
||||
- host
|
||||
steps:
|
||||
- name: Check out source
|
||||
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .
|
||||
|
|
Loading…
Reference in New Issue