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 4fb198f commit 9e53329Copy full SHA for 9e53329
.github/workflows/doc.yml
@@ -11,9 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- 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
+ run: cargo doc --all-features --no-deps
17
18
- name: Deploy
19
uses: peaceiris/actions-gh-pages@v3.7.0-8
0 commit comments