Skip to content

Commit fc61166

Browse files
sbryngelsonfomeally
authored andcommitted
ATOMIC commit that fixes a bug in the docs action event name (MFlowCode#738)
1 parent d6ad978 commit fc61166

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)