diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index e00ff9cec17..690165d52c1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -160,7 +160,9 @@ jobs: - name: Run the bindings codegen run: cargo codegen-bindings - name: Run the website codegen - run: cargo lintdoc + run: | + cargo lintdoc + cargo codegen-website - name: Check for git diff run: | if [[ `git status --porcelain` ]]; then