diff --git a/ci/azure-pipelines.yml b/ci/azure-pipelines.yml index a1385ba6..67f50076 100644 --- a/ci/azure-pipelines.yml +++ b/ci/azure-pipelines.yml @@ -279,6 +279,7 @@ stages: git commit -m "Publishing GitHub Pages" git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-node.git gh-pages displayName: 'Commit gh-pages changes' + continueOnError: true # Need to fix jsdoc publishing after release # Publish a new version, triggered by a git tag - stage: Publish_tag