try gitea action
Some checks failed
/ deploy (push) Failing after 9s
/ build (push) Successful in 13s

This commit is contained in:
2024-07-31 21:58:25 +02:00
parent 94485bdb36
commit 4b19c14aae

View File

@ -1,5 +1,7 @@
on:
push:
branches:
- main
tags:
- "v*"
@ -19,6 +21,10 @@ jobs:
key: ${{ runner.os }}-resources
- name: Build test
run: hugo --minify
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: docker/metadata-action@v5
id: meta
with: