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 04d3221 commit bcaca0bCopy full SHA for bcaca0b
.github/workflows/docs.yml
@@ -47,6 +47,12 @@ jobs:
47
echo "url-count = ${{ steps.sitemap.outputs.url-count }}"
48
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
49
50
+ - name: Run linkspector
51
+ uses: umbrelladocs/action-linkspector@v1
52
+ with:
53
+ reporter: github-pr-review
54
+ fail_on_error: true
55
+
56
- name: Publish Documentation
57
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
58
run: |
0 commit comments