Update .gitea/workflows/upload_site.yaml
Some checks failed
Generate and upload hugo website / generate_and_upload_site (push) Failing after 19s

This commit is contained in:
henryv 2025-04-12 19:35:22 +02:00
parent c6c953be01
commit 2ac44f2acc

View File

@ -14,8 +14,11 @@ jobs:
- name: Install Go - name: Install Go
run: sudo apt install golang-go -y run: sudo apt install golang-go -y
- name: Building Hugo #- name: Building Hugo
run: go install github.com/gohugoio/hugo@latest # run: go install github.com/gohugoio/hugo@latest
- name: Install Hugo
run: sudo apt install hugo
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4