JuliaDynamics / CriticalTransitions.jl

A Julia package for critical transitions in dynamical systems with time-dependent forcing
https://juliadynamics.github.io/CriticalTransitions.jl/dev/
MIT License
18 stars 2 forks source link

Docs do not deploy #68

Closed reykboerner closed 2 months ago

reykboerner commented 3 months ago

Somehow the docs have not deployed since moving the repo to JuliaDynamics three months ago, even tough we have the github workflow set up and the doc tests pass. I couldn't find the reason so far.

image
oameye commented 3 months ago

I was looking into it and it has to be that the gh-pages branch does not get updated for some reason. The julia-docdeploy action does not seem to commit the gh-pages branch. We could up to delete the branch and let the documenter action create it again.

oameye commented 3 months ago

I deleted the gh-pages branch but the documenter does not make a new one. https://documenter.juliadocs.org/stable/man/hosting/#GitHub-Actions

oameye commented 2 months ago

Solved it :) It was because the repo url was written wrong in the deploydocs function: github.com/Juliadynamics/CriticalTransitions.jl.git instead of github.com/JuliaDynamics/CriticalTransitions.jl.git

reykboerner commented 2 months ago

Great, thanks for fixing it @oameye ! Didn't know that the url is case-sensitive...