Skip to content

Commit a6fb557

Browse files
authored
Update docs.yml
1 parent 2a956ff commit a6fb557

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ jobs:
5050
- name: Linkcheck - Lychee
5151
uses: lycheeverse/lychee-action@v2
5252
with:
53-
args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
53+
args: --verbose --no-progress build/install/docs/mfc/
54+
fail: false
5455

5556
- name: Publish Documentation
5657
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )

0 commit comments

Comments
 (0)