Skip to content

Commit

Permalink
Allow jsdoc push to fail (#331)
Browse files Browse the repository at this point in the history
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 <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed May 4, 2022
1 parent 3f1dbff commit 4467c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4467c45

Please sign in to comment.