Files
blog/.gitea/workflows/build.yaml
Adrien Beaudouin 62939c50b9
Some checks failed
/ build (push) Failing after 37s
try gitea action
2024-07-30 19:26:49 +02:00

19 lines
378 B
YAML

on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: peaceiris/actions-hugo@v3
with:
extended: true
- name: Cache Gradle packages
uses: actions/cache@v4
with:
path: resources
- name: Build test
run: hugo --minify