From aa11108646b344c703268807aace09f2038258ca Mon Sep 17 00:00:00 2001 From: Wachtl Enterprises LLC <tyrolyean@escpe.net> Date: Tue, 21 Jan 2025 11:46:36 +0100 Subject: [PATCH] Add deployment section to README Signed-off-by: Wachtl Enterprises LLC <tyrolyean@escpe.net> --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 9ef30e2..f253a96 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,10 @@ This site was built using [Hugo](https://gohugo.io/). To preview the site while editing it, you can use the `hugo server` command. To build it locally run `hugo build`. + +### Deployment + +This website is auto deployed using a forgejo runner and forgejo actions. A +testing step including a linter has been included to prevent the pipeline from +deploying broken sites. If you changes do not deploy, please check the +actions tab.