.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] 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: