Skip to content

Commit 9e53329

Browse files
committed
Fix copy&pasted redirection in automatically built docs.
1 parent 4fb198f commit 9e53329

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Build the doc
14-
run: |
15-
cargo doc --all-features --no-deps
16-
echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > target/doc/index.html
14+
run: cargo doc --all-features --no-deps
1715

1816
- name: Deploy
1917
uses: peaceiris/[email protected]

0 commit comments

Comments
 (0)