Skip to content

Commit a3b5130

Browse files
committed
fix CI, take 3
1 parent e03ddf0 commit a3b5130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
- run: |
6363
julia --project=docs -e '
6464
using Documenter: doctest, DocMeta
65-
DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
6665
using LogExpFunctions
66+
DocMeta.setdocmeta!(LogExpFunctions, :DocTestSetup, :(using LogExpFunctions); recursive=true)
6767
doctest(LogExpFunctions)'
6868
- run: julia --project=docs docs/make.jl
6969
env:

0 commit comments

Comments
 (0)