Testing workflow
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Generate and upload hugo website / generate_and_uplaod_site (push) Failing after 1s

This commit is contained in:
HenryV 2025-02-13 10:14:32 +01:00
parent 5610b878e1
commit 4ea141724c

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Go - name: Install Go
run: sudo apt install -y golang-go run: sudo apt install golang-go -y
- name: Preparing the Go compiler - name: Preparing the Go compiler
run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest' run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest'