From 42b97122c44113bf2c977c994d5f88a4fb8eeda2 Mon Sep 17 00:00:00 2001 From: cbernalz Date: Fri, 19 Jul 2024 19:25:22 -0700 Subject: [PATCH] 2024-07-19 update : updating doc. --- .github/workflows/Documentation.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index a9a76b2..fbe781d 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -18,6 +18,11 @@ jobs: with: julia-version: '1.9' + - name: Install dependencies + run: | + julia -e 'using Pkg; Pkg.instantiate()' + julia -e 'using Pkg; Pkg.add("Documenter")' + - name: Install dependencies run: julia --project -e 'using Pkg; Pkg.instantiate()'