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.