Update .gitea/workflows/build.yaml
Homepage / build (push) Has been cancelled Details

This commit is contained in:
neale 2023-10-27 20:52:19 -06:00
parent 9a4a0aecdc
commit 3c560f3903
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Homepage
on: [push] on: [push]
jobs: jobs:
build: build:
runs-on:
- host
steps: steps:
- name: Check out source - name: Check out source
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY . run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY .