From 352f15f33e73f8e477ed103234e4dd66d76d8c09 Mon Sep 17 00:00:00 2001 From: giopaglia <24519853+giopaglia@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:46:40 +0200 Subject: [PATCH] Fix ci --- .JuliaFormatter.toml | 1 + .cirrus.yml | 2 +- .github/workflows/ci.yml | 4 ++-- docs/make.jl | 1 + 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.JuliaFormatter.toml b/.JuliaFormatter.toml index 580b751..1d1dd36 100644 --- a/.JuliaFormatter.toml +++ b/.JuliaFormatter.toml @@ -1 +1,2 @@ style = "sciml" +trailing_comma = true diff --git a/.cirrus.yml b/.cirrus.yml index 0a3671d..7b73dd3 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image_family: freebsd-14-0 + image_family: freebsd-14-1 task: name: FreeBSD artifacts_cache: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b292a9..209dba7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,10 +6,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Set up Julia 1.9.0 + - name: Set up Julia 1.9 uses: julia-actions/setup-julia@v1 with: - version: "1.9.0" + version: "1.9" - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 - uses: julia-actions/julia-processcoverage@v1 diff --git a/docs/make.jl b/docs/make.jl index 18cea27..97502d6 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -32,6 +32,7 @@ makedocs(; deploydocs(; repo = "github.com/aclai-lab/MultiData.jl", + devbranch = "dev", target = "build", branch = "gh-pages", versions = ["main" => "main", "stable" => "v^", "v#.#", "dev" => "dev"],