Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40e46d7

Browse files
committedOct 23, 2024·
Disable link check
1 parent c85a895 commit 40e46d7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/workflows/test-docs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
with:
2525
python-version: 3.x
26-
- name: Check docs links
27-
uses: umbrelladocs/action-linkspector@v1
28-
with:
29-
github_token: ${{ secrets.github_token }}
30-
reporter: github-pr-review
31-
fail_on_error: true
26+
# - name: Check docs links
27+
# uses: umbrelladocs/action-linkspector@v1
28+
# with:
29+
# github_token: ${{ secrets.github_token }}
30+
# reporter: github-pr-review
31+
# fail_on_error: false
3232
- name: Check docs build
3333
run: |
3434
pip install -r requirements/build-docs.txt

0 commit comments

Comments
 (0)
Please sign in to comment.