File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 14
14
- ' JuliaBUGS/docs/**'
15
15
- ' JuliaBUGS/src/**'
16
16
- ' .github/workflows/Docs.yml'
17
+ workflow_dispatch :
17
18
18
19
concurrency :
19
20
# Skip intermediate builds: always.
Original file line number Diff line number Diff line change 3
3
* .jl. * .cov
4
4
5
5
# Documentation build artifacts
6
- docs /build /
7
- docs /site /
6
+ JuliaBUGS / docs /build /
7
+ JuliaBUGS / docs /site /
8
8
9
9
# Julia dependency lockfile - auto-generated
10
10
Manifest.toml
Original file line number Diff line number Diff line change 1
1
[deps ]
2
2
Documenter = " e30172f5-a6a5-5a46-863b-614d45cd2de4"
3
+ JuliaBUGS = " ba9fb4c0-828e-4473-b6a1-cd2560fee5bf"
3
4
MetaGraphsNext = " fa8bd995-216d-47f1-8a91-f3b68fbeb377"
4
5
5
6
[compat ]
6
- Documenter = " 0.27 "
7
+ Documenter = " 1.14 "
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ using JuliaBUGS.BUGSPrimitives
5
5
6
6
makedocs (;
7
7
sitename= " JuliaBUGS.jl" ,
8
+ warnonly= [:cross_references , :doctest ],
8
9
pages= [
9
10
" Home" => " index.md" ,
10
11
" Example" => " example.md" ,
You can’t perform that action at this time.
0 commit comments