Skip to content

Commit

Permalink
[FABCN-378] Publish jsdoc to correct repo
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <jamest@uk.ibm.com>
  • Loading branch information
jt-nti authored and mbwhite committed Jan 28, 2020
1 parent 1e26293 commit 2ee7246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ stages:
git config --global user.name "Hyperledger Bot"
git add -A
git commit -m "Publishing GitHub Pages"
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-java.git gh-pages
git push https://$(GITHUB-PAT)@github.com/hyperledger/fabric-chaincode-node.git gh-pages
displayName: 'Commit gh-pages changes'
# Publish a new version, triggered by a git tag
Expand Down

0 comments on commit 2ee7246

Please sign in to comment.