File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8080 shell : julia --project=docs --color=yes {0}
8181 run : |
8282 import Pkg
83- Pkg.develop(Pkg.PackageSpec(path=pwd()))
8483 if VERSION >= v"1.8-"
8584 Pkg.Registry.add()
8685 else
9392 Pkg.Registry.add(Pkg.RegistrySpec(; url=repo_url))
9493 end
9594 end
95+ Pkg.develop(Pkg.PackageSpec(path=pwd()))
9696 retry(Pkg.build)(verbose=true)
9797 - name : " Build and Deploy Documentation"
9898 env :
Original file line number Diff line number Diff line change 3838 shell : julia --project=docs --color=yes {0}
3939 run : |
4040 import Pkg
41- Pkg.develop(Pkg.PackageSpec(path=pwd()))
4241 if VERSION >= v"1.8-"
4342 Pkg.Registry.add()
4443 else
5150 Pkg.Registry.add(Pkg.RegistrySpec(; url=repo_url))
5251 end
5352 end
53+ Pkg.develop(Pkg.PackageSpec(path=pwd()))
5454 retry(Pkg.build)(verbose=true)
5555 - name : " Build README"
5656 run : julia --project=docs/ docs/make_readme.jl
You can’t perform that action at this time.
0 commit comments