Skip to content

Commit

Permalink
The redirect is necessary, just the given path was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreichold committed Jan 8, 2022
1 parent 9e53329 commit 540ac40
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the doc
run: cargo doc --all-features --no-deps
run: |
cargo doc --all-features --no-deps
echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html
- name: Deploy
uses: peaceiris/[email protected]
Expand Down

0 comments on commit 540ac40

Please sign in to comment.