diff --git a/content/posts/2025/Automating my website using the Gitea act runner/index.md b/content/posts/2025/Automating my website using the Gitea act runner/index.md index 835cc68..bd43689 100644 --- a/content/posts/2025/Automating my website using the Gitea act runner/index.md +++ b/content/posts/2025/Automating my website using the Gitea act runner/index.md @@ -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.