.forgejo/workflows/build.yaml aktualisiert
This commit is contained in:
parent
3b12c35389
commit
5b0fb3aaa2
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ on: [push]
|
||||||
branches: [main]
|
branches: [main]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
env:
|
env:
|
||||||
HUGO_VERSION: 0.115.4
|
HUGO_VERSION: 0.115.4
|
||||||
steps:
|
steps:
|
||||||
|
@ -28,7 +28,7 @@ jobs:
|
||||||
path: ./public
|
path: ./public
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
push:
|
push:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue