We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe73ca commit 3146e7dCopy full SHA for 3146e7d
.github/workflows/test-docs.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: Check docs links
24
uses: umbrelladocs/action-linkspector@v1
25
with:
26
+ github_token: ${{ secrets.github_token }}
27
+ reporter: github-pr-review
28
fail_on_error: true
29
- name: Check docs build
30
run: |
.gitignore
@@ -101,6 +101,7 @@ venv.bak/
101
102
# mkdocs documentation
103
/site
104
+docs/site
105
106
# mypy
107
.mypy_cache/
0 commit comments