Skip to content

Commit 3695ce2

Browse files
committed
fix typo in doc generation
1 parent 592599e commit 3695ce2

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 StatisticalMeasuresAPI
67-
DocMeta.setdocmeta!(StatisticalMeasuresAPI, :DocTestSetup, :(using StatisticalMeasuresAPI); recursive=true)
68-
doctest(StatisticalMeasuresAPI)'
66+
using StatisticalMeasuresBase
67+
DocMeta.setdocmeta!(StatisticalMeasuresBase, :DocTestSetup, :(using StatisticalMeasuresBase); recursive=true)
68+
doctest(StatisticalMeasuresBase)'

0 commit comments

Comments
 (0)