diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 10c83fc2..3c0b430c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,15 +60,16 @@ jobs: node-version: 18 - run: npm install - run: npm run lint - docs: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v5 - - uses: actions/setup-node@v4 - with: - node-version: 18 - - run: npm install - - run: npm run docs - - uses: JustinBeckwith/linkinator-action@v1 - with: - paths: docs/ + # TODO(https://github.com/googleapis/nodejs-bigquery/issues/1582) + # docs: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v5 + # - uses: actions/setup-node@v4 + # with: + # node-version: 18 + # - run: npm install + # - run: npm run docs + # - uses: JustinBeckwith/linkinator-action@v1 + # with: + # paths: docs/