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
draft: true
date: 2025-02-20T21:16:00+01:00
draft: false
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!
@ -187,4 +187,4 @@ After creating some content on my website and pushing the changes I'm able to se
![My post has been uploaded!](images/my_post.png)
There are definitely things to improve here. The runner container could use a purpose made image to run the container with Hugo already built. This would speed up the time it takes for the action to be run. However, this is my first real use of any CI/CD pipelines and I'm happy with the end result!
There are definitely things to improve here. The runner container could use a purpose made image to run the container with Hugo already built. This would speed up the time it takes for the action to be run. However, this is my first real use of any CI/CD pipelines and I'm happy with the end result!