Skip to content

Commit 2b02fbf

Browse files
author
metworkbot
committed
build: continue on error on publish doc step
1 parent 61ff872 commit 2b02fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common_files/.github/workflows/mfxxx_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ jobs:
178178
- name: publish doc
179179
if: {% raw %}${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }}{% endraw %}
180180
uses: thebaptiste/ssh-scp-ssh-pipelines@metwork
181+
continue-on-error: true
181182
env:
182183
REMOTE: {% raw %}${{ steps.SetVariables.outputs.doc_dir }}{% endraw %}
183184
LOCAL: {% raw %}${{ github.workspace }}{% endraw %}/html_doc

0 commit comments

Comments
 (0)