Testing workflow
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 18s

This commit is contained in:
HenryV 2025-02-13 10:18:13 +01:00
parent 4ea141724c
commit 2c71e78a46

View File

@ -7,6 +7,9 @@ jobs:
generate_and_uplaod_site: generate_and_uplaod_site:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Update Packages
run: sudo apt update
- name: Install Go - name: Install Go
run: sudo apt install golang-go -y run: sudo apt install golang-go -y