From 2de5c8fef56d9b6224f6719b0e2a7a7156495c03 Mon Sep 17 00:00:00 2001
From: Alicia Sykes <alicia@omg.lol>
Date: Wed, 6 Mar 2024 22:35:35 +0000
Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Updates=20automation=20for=20syn?=
 =?UTF-8?q?cing=20website?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 .github/workflows/update-docs-site.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/update-docs-site.yml b/.github/workflows/update-docs-site.yml
index 58e64330..081939a1 100644
--- a/.github/workflows/update-docs-site.yml
+++ b/.github/workflows/update-docs-site.yml
@@ -17,8 +17,9 @@ on:
 # 1. Checkout master branch
 # 2. Checkout website source code branch
 # 3. Install Python
-# 4. Run the script which processes documentation
-# 5. Commit and push updated docs to the website source code branch
+# 4. Copy /docs from master to website branch
+# 5. Run the script which processes documentation
+# 6. Commit and push updated docs to the website source code branch
 jobs:
   update-docs:
     runs-on: ubuntu-latest