Skip to content

Commit

Permalink
fixing for documenter
Browse files Browse the repository at this point in the history
  • Loading branch information
eford committed Jul 11, 2024
1 parent 234d9af commit 72ca416
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9.2'
os:
- ubuntu-latest
arch:
Expand Down
2 changes: 2 additions & 0 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ makedocs(;
"Internals" => "internals.md",
"Index" => "longlist.md",
],
checkdocs=:none,
#checkdocs=:exports,
)

deploydocs(;
Expand Down

0 comments on commit 72ca416

Please sign in to comment.