try gitea action
All checks were successful
/ build (push) Successful in 1m18s

This commit is contained in:
2024-07-30 19:35:33 +02:00
parent e68313b5d4
commit 5de35478b9

View File

@ -3,8 +3,6 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_CACHEDIR: /tmp/hugo_cache
steps:
- uses: actions/checkout@v4
with:
@ -14,9 +12,7 @@ jobs:
extended: true
- uses: actions/cache@v4
with:
path: ${{ env.HUGO_CACHEDIR }}
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-hugomod-
path: resources
key: ${{ runner.os }}-resources
- name: Build test
run: hugo --minify