We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e53329 commit 540ac40Copy full SHA for 540ac40
.github/workflows/doc.yml
@@ -11,7 +11,9 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- name: Build the doc
14
- run: cargo doc --all-features --no-deps
+ run: |
15
+ cargo doc --all-features --no-deps
16
+ echo "<meta http-equiv=refresh content=0;url=numpy/index.html>" > target/doc/index.html
17
18
- name: Deploy
19
uses: peaceiris/actions-gh-pages@v3.7.0-8
0 commit comments