Skip to content

Commit 1903428

Browse files
committed
tweak doc generation script
1 parent a2870bb commit 1903428

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ 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()
6770
using Documenter: DocMeta, doctest
6871
using MLJModelRegistry
6972
DocMeta.setdocmeta!(MLJModelRegistry, :DocTestSetup, :(using MLJModelRegistry); recursive=true)

0 commit comments

Comments
 (0)