diff --git a/.github/workflows/deploy-pages-docs.yml b/.github/workflows/deploy-pages-docs.yml index 71c1001..1dd16fa 100644 --- a/.github/workflows/deploy-pages-docs.yml +++ b/.github/workflows/deploy-pages-docs.yml @@ -37,6 +37,8 @@ jobs: cache: npm - name: Install dependencies run: npm ci + - name: Generate MDX files and sidebar + run: npm run gen-api-docs all - name: Build run: npm run build - name: Setup Pages