Skip to content

Commit adc3c29

Browse files
authored
Fix docs not publishing (#736)
1 parent ec01950 commit adc3c29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

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

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

0 commit comments

Comments
 (0)