Closed musm closed 4 years ago
Those aren't strictly needed to deploy docs. One can use the default Julia version that GHA ships, or deploy pre-built docs.
Hmm, my docs kept failing because my package HDF5 wasn't precompiling because it was missing the julia-buildpkg
stage.
We can add the buildpkg step but remove setup-julia in that case
Thanks!
Thank you!
I ran into issues and was debugging, until I realized
julia-buildpkg
was missing, presumably this also requires the stepsetup-julia