Skip to content

Commit 540ac40

Browse files
committed
The redirect is necessary, just the given path was wrong.
1 parent 9e53329 commit 540ac40

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/doc.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Build the doc
14-
run: cargo doc --all-features --no-deps
14+
run: |
15+
cargo doc --all-features --no-deps
16+
echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html
1517
1618
- name: Deploy
1719
uses: peaceiris/[email protected]

0 commit comments

Comments
 (0)