Compare commits

...

2 Commits

Author SHA1 Message Date
HenryV
849ae10da8 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
2025-02-13 08:53:36 +01:00
HenryV
c92a28601d Removed old hugo config file 2025-02-13 08:12:07 +01:00
2 changed files with 18 additions and 3 deletions

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 }}

View File

@ -1,3 +0,0 @@
baseURL = 'https://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'