try gitea action
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
@ -19,6 +21,10 @@ jobs:
|
|||||||
key: ${{ runner.os }}-resources
|
key: ${{ runner.os }}-resources
|
||||||
- name: Build test
|
- name: Build test
|
||||||
run: hugo --minify
|
run: hugo --minify
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
needs: build
|
||||||
|
steps:
|
||||||
- uses: docker/metadata-action@v5
|
- uses: docker/metadata-action@v5
|
||||||
id: meta
|
id: meta
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user