Making the post not draft
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s

This commit is contained in:
Henry V Child 2025-02-20 06:38:38 +01:00
parent 8e96e0b315
commit 8548caa203

View File

@ -1,6 +1,6 @@
--- ---
date: 2025-02-17T21:16:00+01:00 date: 2025-02-20T21:16:00+01:00
draft: true draft: false
title: Automating my website using the Gitea act runner title: Automating my website using the Gitea act runner
--- ---
Currently, when I make a change or add content to my web page after committing my changes to Gitea, I need to manually build the web page using the hugo command and then copy the files to my web host. This process can be automated using the Gitea act runner! Currently, when I make a change or add content to my web page after committing my changes to Gitea, I need to manually build the web page using the hugo command and then copy the files to my web host. This process can be automated using the Gitea act runner!