Fixed date in frontmatter
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
All checks were successful
Generate and upload hugo website / generate_and_uplaod_site (push) Successful in 1m25s
This commit is contained in:
parent
8548caa203
commit
29c3d65b4e
@ -1,8 +1,9 @@
|
||||
---
|
||||
date: 2025-02-20T21:16:00+01:00
|
||||
date: 2025-02-20T07:00: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!
|
||||
|
||||
With the runner I will be able to create containers to do automated tasks such as generating the hugo website and copying the final html to the webserver.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user