From 319f93773bd29ffe0cb2180ada25be12472ef107 Mon Sep 17 00:00:00 2001 From: Christian Bernal Zelaya <141679410+cbernalz@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:22:01 -0700 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 9bda281..84633e7 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: | - julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl")' + julia -e 'using Pkg; Pkg.add(url="https://github.com/cbernalz/UCIWWEIHR.jl.git")' julia -e 'using Pkg; Pkg.instantiate()' - name: Build documentation @@ -35,4 +35,4 @@ jobs: - name: Deploy to GitHub Pages uses: actions/deploy-pages@v4 with: - token: ${{ secrets.DOCUMENTER_KEY }} \ No newline at end of file + token: ${{ secrets.DOCUMENTER_KEY }}