We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85a895 commit 40e46d7Copy full SHA for 40e46d7
.github/workflows/test-docs.yml
@@ -23,12 +23,12 @@ jobs:
23
- uses: actions/setup-python@v5
24
with:
25
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
+ # - name: Check docs links
+ # uses: umbrelladocs/action-linkspector@v1
+ # with:
+ # github_token: ${{ secrets.github_token }}
+ # reporter: github-pr-review
+ # fail_on_error: false
32
- name: Check docs build
33
run: |
34
pip install -r requirements/build-docs.txt
0 commit comments