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 2a956ff commit a6fb557Copy full SHA for a6fb557
.github/workflows/docs.yml
@@ -50,7 +50,8 @@ jobs:
50
- name: Linkcheck - Lychee
51
uses: lycheeverse/lychee-action@v2
52
with:
53
- args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
+ args: --verbose --no-progress build/install/docs/mfc/
54
+ fail: false
55
56
- name: Publish Documentation
57
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )
0 commit comments