From 1488096d798fd24000768941624a9c05930952d4 Mon Sep 17 00:00:00 2001
From: James Briggs <james.briggs@hotmail.com>
Date: Fri, 30 Aug 2024 20:59:05 +0200
Subject: [PATCH] fix: root directory

---
 .github/workflows/docs.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index de3fe927..83832589 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -50,4 +50,5 @@ jobs:
         uses: google-github-actions/upload-cloud-storage@v2
         with:
           path: docs/build/html
-          destination: docs-bucket-production/semantic-router
\ No newline at end of file
+          destination: docs-bucket-production/semantic-router
+          parent: false
\ No newline at end of file
-- 
GitLab