Skip to content

Commit 6cae4cf

Browse files
committed
Try to fix doctest CI
1 parent 6b8e9f1 commit 6cae4cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: xvfb-run -s '-screen 0 1024x768x24' julia --project=docs/ docs/make.jl deploy
7575
- name: Run doctests
7676
run: julia --project=docs -e '
77-
using Documenter
78-
using FlyThroughPaths
79-
Documenter.DocMeta.setdocmeta!(FlyThroughPaths, :DocTestSetup, :(using FlyThroughPaths); recursive=true)
80-
Documenter.doctest(FlyThroughPaths)'
77+
using Documenter;
78+
using FlyThroughPaths;
79+
Documenter.DocMeta.setdocmeta!(FlyThroughPaths, :DocTestSetup, :(using FlyThroughPaths); recursive=true);
80+
Documenter.doctest(FlyThroughPaths);'

0 commit comments

Comments
 (0)