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 16a41cd commit 3688d9bCopy full SHA for 3688d9b
.github/workflows/ci.yml
@@ -161,6 +161,7 @@ jobs:
161
- name: publish doc
162
if: ${{ github.event_name != 'pull_request' && steps.BuildStep.outputs.bypass == 'false' && steps.SetVariables.outputs.branch != 'null' }}
163
uses: thebaptiste/ssh-scp-ssh-pipelines@metwork
164
+ continue-on-error: true
165
env:
166
REMOTE: ${{ steps.SetVariables.outputs.doc_dir }}
167
LOCAL: ${{ github.workspace }}/html_doc
0 commit comments