release test
All checks were successful
release / release (push) Successful in 49s
/ deploy (push) Successful in 32s

This commit is contained in:
Mans Ziesel 2023-09-30 20:38:48 +02:00
parent e9b3d3038b
commit 972dd1b570

View File

@ -14,6 +14,11 @@ jobs:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: setup go
uses: https://github.com/actions/setup-go@v4
with:
go-version: '>=1.20.1'
- name: Setup Hugo
uses: https://github.com/peaceiris/actions-hugo@v2
with: