Skip to content

Commit 4c20d4b

Browse files
committed
First add registry, then dev package
1 parent 19eb198 commit 4c20d4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ jobs:
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
@@ -93,6 +92,7 @@ jobs:
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:

.github/workflows/LiterateCheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
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
@@ -51,6 +50,7 @@ jobs:
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

0 commit comments

Comments
 (0)