From 6afee8c9733b643a28573b83f34f83ff03c52e41 Mon Sep 17 00:00:00 2001
From: MultiMote <contact@mmote.ru>
Date: Fri, 8 Nov 2024 09:25:17 +0300
Subject: [PATCH] Remove re-exports 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 b009d36..89bbdbc 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 --entryPointStrategy expand --out docs src
+        run: yarn typedoc --treatValidationWarningsAsErrors --excludeReferences --entryPointStrategy expand --out docs src
 
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v3