diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4892eb2c..1e75783e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,15 +46,20 @@ jobs: node-version: 14 - run: npm install - run: npm run lint + # TODO(https://github.com/googleapis/nodejs-logging/issues/1609) docs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 - with: - node-version: 14 - - run: npm install - - run: npm run docs - - uses: JustinBeckwith/linkinator-action@v1 - with: - paths: docs/ + - run: echo "Docs are disabled for now" + # docs: + # runs-on: ubuntu-latest + # steps: + # - uses: actions/checkout@v3 + # - uses: actions/setup-node@v3 + # with: + # node-version: 14 + # - run: npm install + # - run: npm run docs + # - uses: JustinBeckwith/linkinator-action@v1 + # with: + # paths: docs/