Skip to content

Commit e870e6d

Browse files
committed
ignore failing checks
1 parent bdbb2fd commit e870e6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
htmlproofer ./build \
132132
--ignore-empty-alt=true \
133133
--swap-urls "^/docs/:/" \
134-
--ignore-urls "^/docs/_/,^\\[url\\]$,^\\[path\\]$" \
134+
--ignore-urls "^/docs/_/,^\\[url\\]$,^\\[path\\]$,https://circleci.com/api/v1.1/me" \
135135
--ignore-status-codes "999"
136136
- notify_error:
137137
message: "Validation job failed for branch ${CIRCLE_BRANCH}"

api-v1/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,8 +2169,8 @@ <h2 id='list-ordering'>List Ordering</h2>
21692169
<p>There are two API endpoints where the list order is significant:</p>
21702170

21712171
<ul>
2172-
<li><a href="https://circleci.com/docs/api/v1-reference/#recent-builds">Recent jobs across all projects</a></li>
2173-
<li><a href="https://circleci.com/docs/api/v1-reference/#recent-builds-project">Recent jobs for a single project</a></li>
2172+
<li><a href="#recent-jobs-across-all-projects">Recent jobs across all projects</a></li>
2173+
<li><a href="#recent-jobs-for-a-single-project">Recent jobs for a single project</a></li>
21742174
</ul>
21752175

21762176
<p>In both cases, jobs are returned in the order that they were created. For all other endpoints, the order has no special significance.</p>

0 commit comments

Comments
 (0)