From 13c854b9c4a8864787075e06e0e3ef5a1d30beae Mon Sep 17 00:00:00 2001 From: Robin Gerzaguet <45641052+RGerzaguet@users.noreply.github.com> Date: Fri, 24 Dec 2021 09:58:24 +0100 Subject: [PATCH] Update doc generation with 1.6 --- .github/workflows/Documenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Documenter.yml b/.github/workflows/Documenter.yml index 5edb39a..5db3af0 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest with: - version: '1.4' + version: '1.6' - name: Install dependencies run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build and deploy