File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
5757 using Pkg
5858 Pkg.develop(PackageSpec(path=pwd()))
5959 Pkg.instantiate()'
60- - run : |
61- julia --project=docs -e '
62- using Documenter: doctest
63- using ExtendableSparse
64- doctest(ExtendableSparse )'
60+ # - run: |
61+ # julia --project=docs -e '
62+ # using Documenter: doctest
63+ # using MYPACKAGE
64+ # doctest(MYPACKAGE )'
6565 - run : julia --project=docs docs/make.jl
6666 env :
6767 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 11# ExtendableSparse.jl
22
3- [ ![ Build Status ] ( https://img.shields.io/travis/ j-fu/ExtendableSparse.jl/master .svg?label=Linux+MacOSX+Windows )] ( https://travis-ci .com/j-fu/ExtendableSparse.jl )
3+ [ ![ Build status ] ( https://github.com/ j-fu/ExtendableSparse.jl/workflows/CI/badge .svg )] ( https://github .com/j-fu/ExtendableSparse.jl/actions )
44[ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://j-fu.github.io/ExtendableSparse.jl/stable )
55[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://j-fu.github.io/ExtendableSparse.jl/dev )
66
You can’t perform that action at this time.
0 commit comments