Raku / doc-website

Tooling to build/run the documentation website
Artistic License 2.0
7 stars 10 forks source link

Upload ebook to Buildkite temp storage #376

Closed dontlaugh closed 3 months ago

dontlaugh commented 3 months ago

This will allow passing the Ebook to other pipelines, just like we pass the tarball to other pipelines.

The Ebook is contained within the tarball now, so it's not strictly necessary, but it costs us nothing and should be more convenient for CI scripts.

dontlaugh commented 3 months ago

Now every build will have the ebook in the Artifacts tab on buildkite

https://buildkite.com/raku/doc-website/builds/5087#018f5deb-903a-4281-9bac-fcf414c9cc35

Artifacts don't live forever, but it's another option to quickly download something that's been built anytime in the past few weeks.

finanalyst commented 3 months ago

@dontlaugh This sounds useful if the EBook is built less often, say once a day, rather than every 2 hours. But that would lead to a different pipeline?

dontlaugh commented 3 months ago

To put the ebook on a different schedule we will need a different pipeline, yes.

This change is only to make debugging the ebook easier.