diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 84633e7..73a3b79 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -17,11 +17,9 @@ jobs: uses: julia-actions/setup-julia@v1 with: julia-version: '1.9' - + - name: Install dependencies - run: | - julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl.git")' - julia -e 'using Pkg; Pkg.instantiate()' + run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build documentation run: julia docs/make.jl