#!/bin/bash set -ev URL="tensorflow/index.html" HTML=" " echo "${HTML}" > target/doc/index.html export PYTHONUSERBASE="${HOME}/.local" pip install ghp-import --user ${PYTHONUSERBASE}/bin/ghp-import -m 'Update the documentation' -n target/doc git push -qf git@github.com:tensorflow/rust.git gh-pages