zcash / orchard

Implementation of the Zcash Orchard Protocol
https://zcash.github.io/orchard/
Other
54 stars 39 forks source link

Get `book/src/IDENTIFIERS.json` to be hosted in the Orchard book #401

Closed str4d closed 10 months ago

str4d commented 11 months ago

I added this file in #321 as a mapping from short identifiers suitable for protocol.z.cash to paths in the Orchard book. When building the book locally, IDENTIFIERS.json is copied into the book/book directory. However, the CI process that deploys updates to the book is for some reason ignoring this file (while correctly deploying other .json files). Maybe related to it being all-caps? In any case, we need to figure this out before we can implement https://github.com/zcash/protocol.z.cash/issues/2.

str4d commented 11 months ago

It looks like the book rendering workflow hasn't been working for a while. #402 fixes that, and might also resolve this issue depending on how long the book rendering workflow has been broken.

str4d commented 10 months ago

Confirmed, these are now reachable at https://zcash.github.io/orchard/IDENTIFIERS.json