File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ concurrency:
15
15
16
16
permissions :
17
17
contents : write
18
- pull-requests : read
18
+ pull-requests : write
19
19
20
20
jobs :
21
21
docs :
25
25
- name : Build and deploy Documenter.jl docs
26
26
uses : TuringLang/actions/DocsDocumenter@main
27
27
28
- - run : |
29
- julia --project=docs -e '
30
- using Documenter: DocMeta, doctest
31
- using NormalizingFlows
32
- DocMeta.setdocmeta!(NormalizingFlows, :DocTestSetup, :(using NormalizingFlows); recursive=true)
33
- doctest(NormalizingFlows)'
28
+ - name : Run doctests
29
+ shell : julia --project=docs --color=yes {0}
30
+ run : |
31
+ using Documenter: DocMeta, doctest
32
+ using NormalizingFlows
33
+ DocMeta.setdocmeta!(NormalizingFlows, :DocTestSetup, :(using NormalizingFlows); recursive=true)
34
+ doctest(NormalizingFlows)
You can’t perform that action at this time.
0 commit comments