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 bcaca0b commit c1c1ce5Copy full SHA for c1c1ce5
.github/workflows/docs.yml
@@ -47,11 +47,10 @@ 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
+ - name: Linkcheck - Lychee
+ uses: lycheeverse/lychee-action@v2
52
with:
53
- reporter: github-pr-review
54
- fail_on_error: true
+ args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
55
56
- name: Publish Documentation
57
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
0 commit comments