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

This commit is contained in:
HenryV 2025-02-13 09:10:54 +01:00
parent 849ae10da8
commit adcc72d70f

View File

@ -7,8 +7,11 @@ jobs:
generate_and_uplaod_site: generate_and_uplaod_site:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install Hugo - name: Install Go
run: sudo apt install -y hugo run: sudo apt install -y go
- name: Preparing the Go compiler
run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest'
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4