From 8ee6d17aa91140166e454bf65f0ff54b1d637244 Mon Sep 17 00:00:00 2001
From: MultiMote <contact@mmote.ru>
Date: Thu, 7 Nov 2024 22:28:02 +0300
Subject: [PATCH] Full directory structure in docs

---
 .github/workflows/deploy-pages.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml
index 04a53be..b009d36 100644
--- a/.github/workflows/deploy-pages.yml
+++ b/.github/workflows/deploy-pages.yml
@@ -47,7 +47,7 @@ jobs:
         run: yarn add -D typedoc@0.26.11
 
       - name: Build
-        run: yarn typedoc --treatValidationWarningsAsErrors --out docs src/*.ts
+        run: yarn typedoc --treatValidationWarningsAsErrors --entryPointStrategy expand --out docs src
 
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v3