From 0b17a3970420302c4f800d1f45ab3d889b916ed4 Mon Sep 17 00:00:00 2001 From: Christian Bernal Zelaya <141679410+cbernalz@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:26:46 -0700 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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