Skip to content
Snippets Groups Projects
Commit 8b14ae37 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix CI

parent b095280b
No related branches found
No related tags found
1 merge request!8Fix CI
......@@ -53,13 +53,14 @@ docs:
stage: docs
script:
- |
julia --project=docs -e '
julia -e '
using Pkg
Pkg.update()
Pkg.Registry.add(RegistrySpec(url = "https://git.km3net.de/common/julia-registry"))'
- |
julia --project=docs -e '
using Pkg
Pkg.update()
Pkg.develop(PackageSpec(path=pwd()))
Pkg.instantiate()
using Documenter: doctest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment