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

This commit is contained in:
henryv 2025-04-12 19:36:53 +02:00
parent 2ac44f2acc
commit c588222391

View File

@ -3,7 +3,6 @@ name: Generate and upload hugo website
on: on:
push: push:
jobs: jobs:
generate_and_upload_site: generate_and_upload_site:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -18,7 +17,7 @@ jobs:
# run: go install github.com/gohugoio/hugo@latest # run: go install github.com/gohugoio/hugo@latest
- name: Install Hugo - name: Install Hugo
run: sudo apt install hugo run: sudo apt install hugo -y
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: actions/checkout@v4