You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- julia --project=docs/ -e 'using Pkg; Pkg.instantiate();
Pkg.add(PackageSpec(path=pwd()))'
- julia --project=docs/ docs/make.jl
after_success: skip
after_success:
- julia -e 'if VERSION >= v"1.0.0" using Pkg end ; Pkg.add("ColorSchemes"); import ColorSchemes; cd(joinpath(dirname(pathof(ColorSchemes)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())';