Skip to content

Commit

Permalink
Allow jsdoc push to fail
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 attempt another release.

Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti committed Apr 28, 2022
1 parent e2f4080 commit 21932e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## v2.2.3
Wed 27 Apr 2022 09:24:59 BST
Thu 28 Apr 2022 09:44:19 BST

* [437c67e](https://github.com/hyperledger/fabric-chaincode-node/commit/437c67e) Recent builds have failued with the browserlist module reporting (on stderr) that it was outdated. This is a dependency of nyc, code coverage.
* [5311536](https://github.com/hyperledger/fabric-chaincode-node/commit/5311536) Rename the root json config file (#301)
Expand Down
1 change: 1 addition & 0 deletions ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,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 21932e2

Please sign in to comment.