We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe8f9a2 commit aefafd3Copy full SHA for aefafd3
.github/workflows/docbot.yml
@@ -27,7 +27,7 @@ jobs:
27
git config user.email "[email protected]"
28
if [ -d xotp/ ]; then rm -Rf xotp/; fi
29
cp -R ../target/doc/ xotp/
30
- echo "<meta http-equiv=\"refresh\" content=\"0; url=build_wheel\">" > xotp/index.html
+ echo "<meta http-equiv=\"refresh\" content=\"0; url=xotp\">" > xotp/index.html
31
git remote add secure-origin https://${{ secrets.ACCESS_TOKEN }}@github.com/tmthecoder/docs
32
git add .
33
git commit -m "Updated documentation for xotp" --allow-empty
0 commit comments