diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index ece529f..c112e8f 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -19,7 +19,9 @@ jobs: julia-version: '1.9' - name: Install dependencies - run: julia --project -e 'using Pkg; Pkg.instantiate()' + run: | + julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl")' + julia -e 'using Pkg; Pkg.instantiate()' - name: Build documentation run: julia docs/make.jl diff --git a/docs/make.jl b/docs/make.jl index 21e958e..6807b60 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,4 +1,6 @@ push!(LOAD_PATH,"../src/") +using Pkg +Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl") using UCIWWEIHR using Documenter makedocs(