diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ddc9ef1e2d..87838f18c8 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -52,9 +52,10 @@ jobs: with: args: -c .lychee.toml build/install/docs/mfc/ fail: false + continue-on-error: true - name: Publish Documentation - if: github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && ( github.event_name == 'cron' || github.event_name == 'workflow_dispatch' ) + if: (github.repository == 'MFlowCode/MFC' && github.ref == 'refs/heads/master' && github.event_name == 'cron' ) || github.event_name == 'workflow_dispatch' run: | set +e git ls-remote "${{ secrets.DOC_PUSH_URL }}" -q