Skip to content

Commit 99e2843

Browse files
authored
build: disable docs test in CI (#1425)
1 parent a885448 commit 99e2843

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff 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@v4
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-datastore/issues/1424)
64+
# docs:
65+
# runs-on: ubuntu-latest
66+
# steps:
67+
# - uses: actions/checkout@v4
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/

0 commit comments

Comments
 (0)