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