Fix: setup go
/ build (push) Failing after 1m17s Details

This commit is contained in:
Dorian Zedler 2023-09-06 20:29:17 +02:00
parent 67c68b590a
commit 680b322e89
Signed by: dorian
GPG Key ID: 989DE36109AFA354
1 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,11 @@ jobs:
run: |
hugo --minify
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
- name: Deploy
uses: https://itsblue.dev/actions/codeberg-pages-deploy@v1
with: