From fe502a3af9ae129c44dad0daa415ef3a8a779981 Mon Sep 17 00:00:00 2001 From: Nathan Zimmerberg <39104088+nhz2@users.noreply.github.com> Date: Thu, 18 Jul 2024 09:50:16 -0400 Subject: [PATCH] Fix Documenter CI Switches Documenter CI from Julia nightly to 1.10 Avoid the issue in: https://github.com/julia-actions/GitHubActions.jl/pull/34 --- .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 5dc6a62..80eb448 100644 --- a/.github/workflows/Documenter.yml +++ b/.github/workflows/Documenter.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@v2 with: - version: nightly # change this to 1.6 once's that's official + version: '1.10' show-versioninfo: true # this causes versioninfo to be printed to the action log - uses: julia-actions/julia-buildpkg@latest - uses: julia-actions/julia-docdeploy@latest