Skip to content

Commit bcaca0b

Browse files
authored
Update docs.yml
1 parent 04d3221 commit bcaca0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/docs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,12 @@ jobs:
4747
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
4848
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
4949
50+
- name: Run linkspector
51+
uses: umbrelladocs/action-linkspector@v1
52+
with:
53+
reporter: github-pr-review
54+
fail_on_error: true
55+
5056
- name: Publish Documentation
5157
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
5258
run: |

0 commit comments

Comments
 (0)