Add Hugo Action
All checks were successful
Deploy Hugo / deploy (push) Successful in 11s

This commit is contained in:
Jens M. Sauer 2024-06-17 22:05:41 +02:00
parent 66dd73a8f6
commit bbdcbc40a7

View File

@ -16,5 +16,10 @@ jobs:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
extended: true
- name: Build
run: hugo --minify --environment development