Update .gitea/workflows/build.yaml
Homepage / build (push) Failing after 8s Details

This commit is contained in:
neale 2023-10-27 20:53:16 -06:00
parent 3c560f3903
commit d212956591
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ on: [push]
jobs: jobs:
build: build:
runs-on: runs-on:
- host - hugo
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 .