diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76f3215ff..fbc388b90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: ./.github/actions/ci-publish with: - pr-comment: false + pr-comment: true - name: Build docs run: pnpm docs:build - name: Check for broken links