Skip to content

Commit 21932e2

Browse files
committed
Allow jsdoc push to fail
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 <[email protected]>
1 parent e2f4080 commit 21932e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## v2.2.3
2-
Wed 27 Apr 2022 09:24:59 BST
2+
Thu 28 Apr 2022 09:44:19 BST
33

44
* [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.
55
* [5311536](https://github.com/hyperledger/fabric-chaincode-node/commit/5311536) Rename the root json config file (#301)

ci/azure-pipelines.yml

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

0 commit comments

Comments
 (0)