Skip to content

Commit 3146e7d

Browse files
committed
Change reporter
1 parent bfe73ca commit 3146e7d

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test-docs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Check docs links
2424
uses: umbrelladocs/action-linkspector@v1
2525
with:
26+
github_token: ${{ secrets.github_token }}
27+
reporter: github-pr-review
2628
fail_on_error: true
2729
- name: Check docs build
2830
run: |

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ venv.bak/
101101

102102
# mkdocs documentation
103103
/site
104+
docs/site
104105

105106
# mypy
106107
.mypy_cache/

0 commit comments

Comments
 (0)