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 9c2d3d9 commit 5e7bb90Copy full SHA for 5e7bb90
.github/workflows/docs.yml
@@ -48,7 +48,7 @@ jobs:
48
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
49
50
- name: Publish Documentation
51
- 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' )
52
run: |
53
set +e
54
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q
0 commit comments