stratis-docs icon indicating copy to clipboard operation
stratis-docs copied to clipboard

Cache a built version of zola for CI

Open mulkieran opened this issue 3 years ago • 2 comments

We could maybe use a containerized zola, or we could find some way that GitHub can cache the built zola between runs of our CI. It builds just fine in our CI, but it takes a mighty long time.

mulkieran avatar Nov 09 '22 13:11 mulkieran

I am more partial towards containerized Zola.

jbaublitz avatar Nov 09 '22 16:11 jbaublitz

https://www.getzola.org/documentation/getting-started/installation/#docker is info about docker zola container. It's supported by the zola project, so we should expect it to be reliable.

mulkieran avatar Nov 09 '22 19:11 mulkieran

We install zola from COPR for our CI, so this is no more.

mulkieran avatar Jul 02 '24 14:07 mulkieran