Skip to content

Commit 5e7bb90

Browse files
authored
Update docs.yml
1 parent 9c2d3d9 commit 5e7bb90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
echo "excluded-count = ${{ steps.sitemap.outputs.excluded-count }}"
4949
5050
- name: Publish Documentation
51-
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
51+
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )
5252
run: |
5353
set +e
5454
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q

0 commit comments

Comments
 (0)