diff --git a/docs/notebook_seo.sh b/docs/notebook_seo.sh index a582d17a..c0846877 100644 --- a/docs/notebook_seo.sh +++ b/docs/notebook_seo.sh @@ -1,4 +1,4 @@ #!/bin/sh set -e # Exit if any command fails -sed -i '//a ' site/docs/getting-started/quick-tour/index.html \ No newline at end of file +sed -i '//a ' $READTHEDOCS_OUTPUT/html/docs/getting-started/quick-tour/index.html \ No newline at end of file