try gitea action
All checks were successful
/ build (push) Successful in 16s

This commit is contained in:
2024-08-03 11:24:04 +02:00
parent 2c66d6c165
commit c57c660f9f

View File

@ -12,13 +12,13 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- uses: peaceiris/actions-hugo@v3
with:
extended: true
- uses: actions/cache@v4
with:
path: resources
key: ${{ runner.os }}-resources
- uses: peaceiris/actions-hugo@v3
with:
extended: true
- name: Build
run: hugo --minify
- uses: https://gitea.okami101.io/okami101/docker-action@main