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:
1515
1616permissions :
1717 contents : write
18- pull-requests : read
18+ pull-requests : write
1919
2020jobs :
2121 docs :
2525 - name : Build and deploy Documenter.jl docs
2626 uses : TuringLang/actions/DocsDocumenter@main
2727
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