Skip to content

Commit 4467c45

Browse files
authored
Allow jsdoc push to fail (#331)
The jsdoc push to gh-pages is failing, possibly due to an expired GitHub PAT. Allow the step to fail for now in order to release. Signed-off-by: James Taylor <[email protected]>
1 parent 3f1dbff commit 4467c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/azure-pipelines.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ stages:
279279
git commit -m "Publishing GitHub Pages"
280280
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-node.git gh-pages
281281
displayName: 'Commit gh-pages changes'
282+
continueOnError: true # Need to fix jsdoc publishing after release
282283
283284
# Publish a new version, triggered by a git tag
284285
- stage: Publish_tag

0 commit comments

Comments
 (0)