Skip to content

Commit 87b3f1a

Browse files
committed
Remove custom docs site in favor of docs.rs
1 parent 303c70b commit 87b3f1a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,3 @@ jobs:
2222
toolchain: stable
2323
- run: cargo install cargo-tarpaulin && cargo tarpaulin --out Xml
2424
- 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
34-
- name: Deploy
35-
uses: JamesIves/github-pages-deploy-action@v4
36-
with:
37-
branch: gh-pages
38-
folder: target/doc
39-
single-commit: true
40-
commit-message: .
41-
git-config-name: Titus Wormer
42-
git-config-email: [email protected]

0 commit comments

Comments
 (0)