Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 7f56873

Browse files
1 parent 7cc04a4 commit 7f56873

3 files changed

Lines changed: 11 additions & 16 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,15 @@ jobs:
4646
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49-
# TODO(https://github.com/googleapis/nodejs-logging/issues/1609)
5049
docs:
5150
runs-on: ubuntu-latest
5251
steps:
53-
- run: echo "Docs are disabled for now"
54-
# docs:
55-
# runs-on: ubuntu-latest
56-
# steps:
57-
# - uses: actions/checkout@v3
58-
# - uses: actions/setup-node@v3
59-
# with:
60-
# node-version: 14
61-
# - run: npm install
62-
# - run: npm run docs
63-
# - uses: JustinBeckwith/linkinator-action@v1
64-
# with:
65-
# paths: docs/
52+
- uses: actions/checkout@v3
53+
- uses: actions/setup-node@v3
54+
with:
55+
node-version: 14
56+
- run: npm install
57+
- run: npm run docs
58+
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

protos/protos.d.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)