Skip to content

Commit c2c7df6

Browse files
authored
build: remove docs check from CI (#2634)
* build: remove docs check from CI * add excluse * fix format
1 parent 288e81e commit c2c7df6

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,3 @@ jobs:
4646
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49-
docs:
50-
runs-on: ubuntu-latest
51-
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/

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
s.copy(templates, excludes=['.jsdoc.js',
2525
'.github/release-please.yml',
2626
'.github/sync-repo-settings.yaml',
27+
'.github/workflows/ci.yaml',
2728
'.prettierrc.js',
2829
'.mocharc.js',
2930
'.kokoro/continuous/node14/system-test.cfg',

0 commit comments

Comments
 (0)