try gitea action
Some checks failed
/ deploy (push) Has been skipped
/ build (push) Failing after 21s

This commit is contained in:
2024-07-31 22:07:20 +02:00
parent 4b19c14aae
commit a4dcae26c2

View File

@ -21,10 +21,18 @@ jobs:
key: ${{ runner.os }}-resources
- name: Build test
run: hugo --minify
- uses: actions/upload-artifact@v4
with:
name: dist
path: public
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v4
with:
name: dist
- uses: docker/metadata-action@v5
id: meta
with: