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 ec01950 commit adc3c29Copy full SHA for adc3c29
.github/workflows/docs.yml
@@ -52,9 +52,10 @@ jobs:
52
with:
53
args: -c .lychee.toml build/install/docs/mfc/
54
fail: false
55
+ continue-on-error: true
56
57
- name: Publish Documentation
- if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )
58
+ if: (github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron' ) || github.event_name == 'workflow_dispatch'
59
run: |
60
set +e
61
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q
0 commit comments