From a5e9b5c512f70a4663d90c6bd0743f076a34e055 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Tue, 19 Oct 2021 14:29:47 +0100 Subject: [PATCH] chore: disable docs website build step (#7711) It is flakey on the bots and we're not actively using it yet, so let's disable it for now. We will work on extracting this into its own repo and that work is tracked in https://github.com/puppeteer/puppeteer/issues/7710. --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a3915483f12..94aee81c683 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -44,7 +44,9 @@ jobs: run: | npm run ensure-pinned-deps npm run lint - npm run generate-docs + # Skipping as it's flakey and we are not currently using the new documentation site in the wild yet. + # See https://github.com/puppeteer/puppeteer/issues/7710 for more info + # npm run generate-docs npm run ensure-correct-devtools-protocol-revision npm run test-types-file