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
Copy file name to clipboardExpand all lines: .github/workflows/main.yml
-18Lines changed: 0 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,3 @@ jobs:
22
22
toolchain: stable
23
23
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
24
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
32
-
- run: cargo doc --no-deps --release
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