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

This commit is contained in:
HenryV 2025-02-13 08:53:36 +01:00
parent c92a28601d
commit 849ae10da8

View File

@ -0,0 +1,18 @@
---
name: Generate and upload hugo website
on:
push:
jobs:
generate_and_uplaod_site:
runs-on: ubuntu-latest
steps:
- name: Install Hugo
run: sudo apt install -y hugo
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: ls ${{ gitea.workspace }}