Skip to content

Commit 7bdc5bd

Browse files
committed
tweak doc generation again
1 parent 1903428 commit 7bdc5bd

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ jobs:
6464
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
6565
- run: |
6666
julia --project=docs -e '
67-
using Pkg
68-
Pkg.develop(PackageSpec(path=pwd()))
69-
Pkg.instantiate()
7067
using Documenter: DocMeta, doctest
71-
using MLJModelRegistry
72-
DocMeta.setdocmeta!(MLJModelRegistry, :DocTestSetup, :(using MLJModelRegistry); recursive=true)
73-
doctest(MLJModelRegistry)'
68+
using MLJModelRegistryTools
69+
DocMeta.setdocmeta!(MLJModelRegistryTools, :DocTestSetup, :(using MLJModelRegistryTools); recursive=true)
70+
doctest(MLJModelRegistryTools)'

0 commit comments

Comments
 (0)