File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -60,15 +60,16 @@ jobs:
6060 node-version : 18
6161 - run : npm install
6262 - run : npm run lint
63- docs :
64- runs-on : ubuntu-latest
65- steps :
66- - uses : actions/checkout@v5
67- - uses : actions/setup-node@v4
68- with :
69- node-version : 18
70- - run : npm install
71- - run : npm run docs
72- - uses : JustinBeckwith/linkinator-action@v1
73- with :
74- paths : docs/
63+ # TODO(https://github.com/googleapis/nodejs-bigquery/issues/1582)
64+ # docs:
65+ # runs-on: ubuntu-latest
66+ # steps:
67+ # - uses: actions/checkout@v5
68+ # - uses: actions/setup-node@v4
69+ # with:
70+ # node-version: 18
71+ # - run: npm install
72+ # - run: npm run docs
73+ # - uses: JustinBeckwith/linkinator-action@v1
74+ # with:
75+ # paths: docs/
You can’t perform that action at this time.
0 commit comments