File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 3838 - uses : codecov/codecov-action@v1
3939 with :
4040 file : lcov.info
41- docs :
42- name : Documentation
43- runs-on : ubuntu-latest
44- steps :
45- - uses : actions/checkout@v2
46- - uses : julia-actions/setup-julia@v1
47- with :
48- version : ' 1'
49- - run : |
50- julia --project=docs -e '
51- using Pkg
52- Pkg.develop(PackageSpec(path=pwd()))
53- Pkg.instantiate()'
54- - run : |
55- julia --project=docs -e '
56- using Documenter: DocMeta, doctest
57- using DocThemeIndigo
58- DocMeta.setdocmeta!(DocThemeIndigo, :DocTestSetup, :(using DocThemeIndigo); recursive=true)
59- doctest(DocThemeIndigo)'
60- - run : julia --project=docs docs/make.jl
61- env :
62- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
63- DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments