From c47bbb0be152d3c7a2a086c44eddd73068a5d376 Mon Sep 17 00:00:00 2001 From: Daniel Pett Date: Thu, 18 Apr 2024 15:30:44 +0100 Subject: [PATCH] Chore: Readme update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3518e102d..c6f16c3b3 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ npm run deploy ``` This aliases to `gh-pages -d public` and will deploy the site to the `gh-pages` branch of the repository. +### :mechanical_arm: Automation via actions + +This site is automatically built and deployed using GitHub actions. The workflow is in `.github/workflows/deploy-on-commit.yml` and +is triggered on push to the `main` branch. ## License