Skip to content

Commit aefafd3

Browse files
authoredJan 16, 2022
use my package name for the redirect
1 parent fe8f9a2 commit aefafd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.github/workflows/docbot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config user.email "docbot@github.com"
2828
if [ -d xotp/ ]; then rm -Rf xotp/; fi
2929
cp -R ../target/doc/ xotp/
30-
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > xotp/index.html
30+
echo "<meta http-equiv=\"refresh\" content=\"0; url=xotp\">" > xotp/index.html
3131
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/docs
3232
git add .
3333
git commit -m "Updated documentation for xotp" --allow-empty

0 commit comments

Comments
 (0)
Please sign in to comment.