.forgejo/workflows/build.yaml aktualisiert
Some checks failed
build-to-pages / build (push) Failing after 3s
build-to-pages / push (push) Failing after 6s

This commit is contained in:
hoernschen 2023-10-21 19:08:09 +00:00
parent 3b12c35389
commit 5b0fb3aaa2

View file

@ -3,7 +3,7 @@ on: [push]
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
runs-on: docker
env:
HUGO_VERSION: 0.115.4
steps:
@ -28,7 +28,7 @@ jobs:
path: ./public
if-no-files-found: error
push:
runs-on: ubuntu-latest
runs-on: docker
steps:
- uses: actions/checkout@v3
with: