Skip to content

Commit c1c1ce5

Browse files
authored
Update docs.yml
1 parent bcaca0b commit c1c1ce5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,10 @@ 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
50+
- name: Linkcheck - Lychee
51+
uses: lycheeverse/lychee-action@v2
5252
with:
53-
reporter: github-pr-review
54-
fail_on_error: true
53+
args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
5554

5655
- name: Publish Documentation
5756
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'

0 commit comments

Comments
 (0)