Skip to content

Commit fe8f9a2

Browse files
authored
use a http redirect instead of symlink
1 parent b846855 commit fe8f9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git config user.email "[email protected]"
2828
if [ -d xotp/ ]; then rm -Rf xotp/; fi
2929
cp -R ../target/doc/ xotp/
30-
ln -s xotp/xotp/index.html xotp/index.html
30+
echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > 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)