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.
2 parents 3a87ef0 + 62bb2f3 commit 1ca8519Copy full SHA for 1ca8519
.github/workflows/docs.yml
@@ -53,7 +53,7 @@ jobs:
53
args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
54
55
- name: Publish Documentation
56
- if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
+ if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )
57
run: |
58
set +e
59
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q
0 commit comments