hyperledger / caliper

A blockchain benchmark framework to measure performance of multiple blockchain solutions https://wiki.hyperledger.org/display/caliper
https://hyperledger.github.io/caliper/
Apache License 2.0
650 stars 402 forks source link

Add GitHub Actions workflow for docs #1424

Closed CaptainIRS closed 2 years ago

CaptainIRS commented 2 years ago

In this PR:

This is done because according to GitHub Docs:

The following steps occur to trigger a workflow run: ...

  1. GitHub searches the .github/workflows directory in your repository for workflow files that are present in the associated commit SHA or Git ref of the event.

So, the workflow file is expected to be present in the gh-pages branch for it to run.