Skip to content

Commit ea3a421

Browse files
authored
Update docs.yml
1 parent adc3c29 commit ea3a421

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ jobs:
5252
with:
5353
args: -c .lychee.toml build/install/docs/mfc/
5454
fail: false
55-
continue-on-error: true
5655

5756
- name: Publish Documentation
58-
if: (github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron' ) || github.event_name == 'workflow_dispatch'
57+
if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' )
5958
run: |
6059
set +e
6160
git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q

0 commit comments

Comments
 (0)