Skip to content

Commit d10ec19

Browse files
committed
Try deploy docs
1 parent 1269cd8 commit d10ec19

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/UnitTests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
version:
1616
- '1.3'
17-
- '1.5'
17+
- '1' # latest
1818
os: [ ubuntu-latest ]
1919
arch: [ x64 ]
2020
steps:

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
![CI](https://github.com/jakobnissen/ErrorTypes.jl/workflows/CI/badge.svg)
44
[![Codecov](https://codecov.io/gh/jakobnissen/ErrorTypes.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/jakobnissen/ErrorTypes.jl)
5+
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://jakobnissen.github.io/ErrorTypes.jl/stable)
6+
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://jakobnissen.github.io/ErrorTypes.jl/dev)
57

68
_Rust-like safe error handling in Julia_
79

0 commit comments

Comments
 (0)