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

This commit is contained in:
hoernschen 2023-10-20 20:53:21 +00:00
parent 6d32fbc0da
commit e0299257dc
2 changed files with 19 additions and 6 deletions

View file

@ -0,0 +1,19 @@
name: build-to-pages
on: [push]
branches: [main]
jobs:
build:
runs-on: docker
image: klakegg/hugo
steps:
- uses: actions/checkout@v3
- run: hugo --minify
push:
runs-on: docker
steps:
- run: |
git config user.name "forgejo-actions"
git config user.email ""
git add .
git commit -m "generated"
git push

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good