Skip to content

Commit e5a9322

Browse files
author
Andrew J Westlake
committed
Fixed gh-pages index page
1 parent 644e279 commit e5a9322

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cargo doc --no-deps --features testing
2525
mkdir -p gh-pages-build
2626
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
27+
echo "<meta http-equiv=refresh content=0;url=pyo3_asyncio/index.html>" > gh-pages-build/doc/index.html
2828
2929
- name: Prepare tag
3030
id: prepare_tag

0 commit comments

Comments
 (0)