diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7282a6155b..2e71d86353 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies run: npx ci - name: Build docusaurus artifacts + if: github.event.action != 'closed' env: GH_PR_NUMBER: ${{ github.event.pull_request.number }} run: npm run build -- --locale en --config ./docusaurus.config.ci.js