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