diff --git a/.github/workflows/nextjs-bundle-analysis.yml b/.github/workflows/nextjs-bundle-analysis.yml index 7b8a0d0bc..c3619aceb 100644 --- a/.github/workflows/nextjs-bundle-analysis.yml +++ b/.github/workflows/nextjs-bundle-analysis.yml @@ -39,9 +39,6 @@ jobs: path: apps/website/.next/cache key: ${{ runner.os }}-build-${{ env.cache-name }} - - name: Build legacy docgen - run: yarn workspace @discordjs/docgen run build - - name: Build packages run: yarn run --top-level build