Skip to content

Commit 1ca8519

Browse files
authored
Merge branch 'master' into linkspec
2 parents 3a87ef0 + 62bb2f3 commit 1ca8519

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
@@ -53,7 +53,7 @@ jobs:
5353
args: --base ./build/install/docs/mfc/ --verbose --no-progress './**/*.html' './*.html'
5454

5555
- name: Publish Documentation
56-
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron'
56+
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' )
5757
run: |
5858
set +e
5959
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q

0 commit comments

Comments
 (0)