Update .gitea/workflows/build.yaml
Homepage / build (push) Has been cancelled
Details
Homepage / build (push) Has been cancelled
Details
This commit is contained in:
parent
9a4a0aecdc
commit
3c560f3903
|
@ -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