We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ff872 commit 2b02fbfCopy full SHA for 2b02fbf
common_files/.github/workflows/mfxxx_ci.yml
@@ -178,6 +178,7 @@ jobs:
178
- name: publish doc
179
if: {% raw %}${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }}{% endraw %}
180
uses: thebaptiste/ssh-scp-ssh-pipelines@metwork
181
+ continue-on-error: true
182
env:
183
REMOTE: {% raw %}${{ steps.SetVariables.outputs.doc_dir }}{% endraw %}
184
LOCAL: {% raw %}${{ github.workspace }}{% endraw %}/html_doc
0 commit comments