From a722bfbeaf8e92fad28a92e4568d4ddbf11a9130 Mon Sep 17 00:00:00 2001 From: Matt <56543497+MattWillFlood@users.noreply.github.com> Date: Sun, 24 Mar 2024 20:32:25 +0100 Subject: [PATCH] Update Documentation.yml --- .github/workflows/Documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index e10b623..ebe9427 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: '1.5' + version: '1.8' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy