Skip to content

Commit 8280dd1

Browse files
committed
Doc CI
1 parent a80d9cf commit 8280dd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,6 @@ jobs:
6363
- run: |
6464
julia --project=docs -e '
6565
using Documenter: DocMeta, doctest
66-
using LoopPoly
67-
DocMeta.setdocmeta!(LoopPoly, :DocTestSetup, :(using LoopPoly); recursive=true)
68-
doctest(LoopPoly)'
66+
using SIMDPolynomials
67+
DocMeta.setdocmeta!(SIMDPolynomials, :DocTestSetup, :(using SIMDPolynomials); recursive=true)
68+
doctest(SIMDPolynomials)'

0 commit comments

Comments
 (0)