Update .gitea/workflows/build.yaml
This commit is contained in:
parent
90c1f3ab77
commit
e0035bd374
|
@ -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 .
|
||||||
|
|
Loading…
Reference in New Issue