From 0c3fba2105184ecf96d2947537977aa55d85ac69 Mon Sep 17 00:00:00 2001 From: Dimitri Alston <123396563+DimitriAlston@users.noreply.github.com> Date: Tue, 8 Oct 2024 18:38:00 -0400 Subject: [PATCH] Update documentation.yml Build documentation on Julia 1.9 --- .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 cb75aa27..66b8e0f9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: julia-actions/setup-julia@latest with: # Build documentation on Julia 1.9 - version: '1' + version: '1.9' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy