diff --git a/.github/workflows/build_doc_prs.yaml b/.github/workflows/build_doc_prs.yaml index 122eedc5e6..798aa7146d 100644 --- a/.github/workflows/build_doc_prs.yaml +++ b/.github/workflows/build_doc_prs.yaml @@ -23,3 +23,12 @@ jobs: sed -i 's/chalk\(\w\|\.\)\+//g' node_modules/@docusaurus/core/lib/client/serverEntry.js echo "Chalk removed" yarn build + build: + runs-on: ubuntu-latest + name: build + + strategy: + matrix: + node-version: [18.x] + steps: + - run: echo "Fake build step for docs only PRs"