Skip to content

Commit 66e0b2b

Browse files
authored
build: remove docs check for now, until we can update linkinator (#2114)
1 parent a9eb883 commit 66e0b2b

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,15 @@ 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+
# 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/

owlbot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'.github/PULL_REQUEST_TEMPLATE.md',
2121
'.github/release-please.yml',
2222
'.github/header-checker-lint.yaml',
23+
'.github/workflows/ci.yaml',
2324
'.eslintignore',
2425
'renovate.json'
2526
])

0 commit comments

Comments
 (0)