http_proto icon indicating copy to clipboard operation
http_proto copied to clipboard

docs build branch

Open sdarwin opened this issue 7 months ago • 3 comments

In these files,
https://github.com/cppalliance/http_proto/blob/develop/doc/build_antora.sh https://github.com/cppalliance/http_proto/blob/develop/doc/local-playbook.yml

It's hardcoded to download from the master branch:
url: https://github.com/boostorg/website-v2-docs/releases/download/ui-master/ui-bundle.zip

Can this dynamically switch to the develop branch...

sdarwin avatar Jun 04 '25 15:06 sdarwin

There might be difficulties, since boost libraries are submodules, and therefore git branch sometimes says:

  • (HEAD detached at 84115e5b)

which shouldn't crash the docs build.

sdarwin avatar Jun 04 '25 15:06 sdarwin

@sdarwin, Couldn't we hard-code it to the develop branch for now, until this library is included in Boost?

ashtum avatar Jun 04 '25 15:06 ashtum

Yeah, for now, switch it from master to develop.

sdarwin avatar Jun 04 '25 15:06 sdarwin