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.
This commit is contained in:
Jack Franklin 2021-10-19 14:29:47 +01:00 committed by GitHub
parent 105bb22566
commit a5e9b5c512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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