You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
17
24
- uses: codecov/codecov-action@v3
25
+
site:
26
+
runs-on: ubuntu-latest
27
+
steps:
28
+
- uses: actions/checkout@v3
29
+
- uses: actions-rs/toolchain@v1
30
+
with:
31
+
toolchain: stable
18
32
- run: cargo doc --no-deps --release
19
33
- run: echo '<!doctypehtml><html lang=en><meta charset=utf8><title>Redirecting…</title><link rel=canonical href=https://wooorm.com/markdown-rs/markdown><script>location = "https://wooorm.com/markdown-rs/markdown"</script><meta http-equiv=refresh content=0;url=https://wooorm.com/markdown-rs/markdown><meta name=robots content=noindex><body><h1>Redirecting…</h1><p><a href=https://wooorm.com/markdown-rs/markdown>Click here if you are not redirected.</a>' > target/doc/index.html
0 commit comments