File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ jobs:
57
57
using Pkg
58
58
Pkg.develop(PackageSpec(path=pwd()))
59
59
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 )'
65
65
- run : julia --project=docs docs/make.jl
66
66
env :
67
67
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
1
# ExtendableSparse.jl
2
2
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 )
4
4
[ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://j-fu.github.io/ExtendableSparse.jl/stable )
5
5
[ ![ ] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://j-fu.github.io/ExtendableSparse.jl/dev )
6
6
You can’t perform that action at this time.
0 commit comments