Stream: helpdesk (published)

Topic: Deploy with Documenter on windows-latest


view this post on Zulip DrChainsaw (Jul 01 2024 at 09:39):

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...

view this post on Zulip Mosè Giordano (Jul 01 2024 at 12:41):

At a quick glance, the path at https://github.com/DrChainsaw/NaiveNASlib.jl/actions/runs/9735046947/job/26863793906#step:5:41 looks completely wrong

view this post on Zulip DrChainsaw (Jul 01 2024 at 14:25):

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