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 644e279 commit e5a9322Copy full SHA for e5a9322
.github/workflows/guide.yml
@@ -24,7 +24,7 @@ jobs:
24
cargo doc --no-deps --features testing
25
mkdir -p gh-pages-build
26
cp -r target/doc gh-pages-build/doc
27
- echo "<meta http-equiv=refresh content=0;url=pyo3/index.html>" > gh-pages-build/doc/index.html
+ echo "<meta http-equiv=refresh content=0;url=pyo3_asyncio/index.html>" > gh-pages-build/doc/index.html
28
29
- name: Prepare tag
30
id: prepare_tag
0 commit comments