File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -46,15 +46,20 @@ jobs:
4646 node-version : 14
4747 - run : npm install
4848 - run : npm run lint
49+ # TODO(https://github.com/googleapis/nodejs-logging/issues/1609)
4950 docs :
5051 runs-on : ubuntu-latest
5152 steps :
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/
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/
You can’t perform that action at this time.
0 commit comments