Hi all,
I’m trying out GitLab CI/CD with deploy to GitLab Pages, but I can’t get the public domain to show anything.
The repo is at https://gitlab.com/JuliaGPU/CUDAnative.jl, and is a mirror of https://github.com/JuliaGPU/CUDAnative.jl. CI is configured to generate output and put it in the public
folder as per the docs, and these files are part of the artifacts. AFAIU that’s all I need to do, but https://JuliaGPU.gitlab.io/CUDAnative.jl just displays a 404. What am I doing wrong?