Has anyone tried to deploy docs using GitHub actions using windows-latest? I naively tried to just change ubuntu-latest
to windows-latest
in this script, but I got at least one "permission denied" error. Build result: https://github.com/DrChainsaw/NaiveNASlib.jl/actions/runs/9735046947/job/26863793906
Should it work, or is there something linux specific in the yml-file?
Reason I want to try windows is that there are some PrettyTables output which look good in my local build (on windows) but become a bit garbled in the CI build. I guess this could also be due to some headless thing though...
At a quick glance, the path at https://github.com/DrChainsaw/NaiveNASlib.jl/actions/runs/9735046947/job/26863793906#step:5:41 looks completely wrong
Yup, spotted that one too. I can't see anything in the yml config which seems responsible for creating that path though :(
Last updated: Nov 06 2024 at 04:40 UTC