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

This commit is contained in:
2024-07-30 19:33:52 +02:00
parent 530cf8bac7
commit e68313b5d4

View File

@ -12,8 +12,7 @@ jobs:
- uses: peaceiris/actions-hugo@v3
with:
extended: true
- name: Cache Resources
uses: actions/cache@v4
- uses: actions/cache@v4
with:
path: ${{ env.HUGO_CACHEDIR }}
key: ${{ runner.os }}-hugomod-${{ hashFiles('**/go.sum') }}