Remove unused script
This commit is contained in:
parent
6994f8e68d
commit
84b1c133c5
@ -1,16 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -o errexit -o nounset
|
|
||||||
|
|
||||||
git clone --branch gh-pages "https://$GH_TOKEN@github.com/${TRAVIS_REPO_SLUG}.git" deploy_docs
|
|
||||||
cd deploy_docs
|
|
||||||
|
|
||||||
git config user.name "Steven Fackler"
|
|
||||||
git config user.email "sfackler@gmail.com"
|
|
||||||
|
|
||||||
rm -rf doc/master
|
|
||||||
mv ../target/doc doc/master
|
|
||||||
|
|
||||||
git add -A .
|
|
||||||
git commit -m "rebuild pages at ${TRAVIS_COMMIT}"
|
|
||||||
git push
|
|
Loading…
Reference in New Issue
Block a user