hyperledger / fabric-gateway

Go, Node and Java client API for Hyperledger Fabric v2.4+
https://hyperledger.github.io/fabric-gateway/
Apache License 2.0
152 stars 89 forks source link

Use workflow to publish directly to GitHub Pages #711

Closed bestbeforetoday closed 4 months ago

bestbeforetoday commented 4 months ago

Rather than pushing a commit to the gh-pages branch and having the built-in GitHub pages workflow deploy the contents of that branch, deploy the site content directly using a custom workflow. This avoids complexity and access requirements of pushing to another branch within a workflow.