Skip to content

Commit

Permalink
documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
fkguo committed Aug 7, 2023
1 parent 317cee0 commit 05b5f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.2', '1.3', '1.4', '1.5']
julia-version: ['1.5', '1.6', '1.7', '1.8', '1.9']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down
7 changes: 4 additions & 3 deletions docs/make.jl
Expand Up @@ -9,7 +9,7 @@ using IMinuit

makedocs(;
modules=[IMinuit],
authors="Feng-Kun Guo",
authors="Feng-Kun Guo, Yu Zhang",
repo="https://github.com/fkguo/IMinuit.jl/blob/{commit}{path}#L{line}",
sitename="IMinuit.jl",
format=Documenter.HTML(;
Expand All @@ -29,9 +29,10 @@ makedocs(;
)

deploydocs(;
repo="github.com/fkguo/IMinuit.jl",
repo="github.com/fkguo/IMinuit.jl.git",
target = "build",
deps = nothing,
make = nothing,
branch = "gh-pages"
branch = "gh-pages",
push_preview = true,
)

0 comments on commit 05b5f57

Please sign in to comment.