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 d6ad978 commit fc61166Copy full SHA for fc61166
.github/workflows/docs.yml
@@ -52,10 +52,9 @@ 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
58
- if: (github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron' ) || github.event_name == 'workflow_dispatch'
+ if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' )
59
run: |
60
set +e
61
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q
0 commit comments