Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-27 20:53:16 -06:00
parent 90c1f3ab77
commit e0035bd374
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 .