Skip to content

Commit 6ee3c6c

Browse files
committed
gh actions retry
1 parent f7b0c1d commit 6ee3c6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff 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 }}

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

0 commit comments

Comments
 (0)