File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
# This adds the docs to gh-pages-build/doc
22
22
- name : Build the doc
23
23
run : |
24
- cargo doc --features="default num-bigint num-complex" -- no-deps
24
+ cargo doc --no-deps
25
25
cp -r target/doc gh-pages-build/doc
26
26
echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > gh-pages-build/doc/index.html
27
27
Original file line number Diff line number Diff line change 1
1
# PyO3 Asyncio
2
2
3
- [ ![ Actions Status] ( https://github.com/awestlake87/pyo3-asyncio/workflows/Test /badge.svg )] ( https://github.com/awestlake87/pyo3-asyncio/actions )
3
+ [ ![ Actions Status] ( https://github.com/awestlake87/pyo3-asyncio/workflows/CI /badge.svg )] ( https://github.com/awestlake87/pyo3-asyncio/actions )
4
4
[ ![ codecov] ( https://codecov.io/gh/awestlake87/pyo3-asyncio/branch/master/graph/badge.svg )] ( https://codecov.io/gh/awestlake87/pyo3-asyncio )
5
5
[ ![ crates.io] ( http://meritbadge.herokuapp.com/pyo3-asyncio )] ( https://crates.io/crates/pyo3-asyncio )
6
6
[ ![ minimum rustc 1.45] ( https://img.shields.io/badge/rustc-1.45+-blue.svg )] ( https://rust-lang.github.io/rfcs/2495-min-rust-version.html )
You can’t perform that action at this time.
0 commit comments