diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18b82d69..5efae026 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,7 @@ jobs: - name: Install packages, compile SDK, and build docs run: | pnpm i + pnpm codegen pnpm gen-docs - name: Deploy Docs to Github Pages