mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2025-01-11 22:17:46 +00:00
Last changes to push-ghpages.sh
This commit is contained in:
parent
ec192526d5
commit
30faaa3138
@ -8,10 +8,10 @@ git config --global user.name "Travis-CI"
|
|||||||
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/JohnnyCrazy/SpotifyAPI-NET gh-pages > /dev/null
|
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/JohnnyCrazy/SpotifyAPI-NET gh-pages > /dev/null
|
||||||
|
|
||||||
cd gh-pages
|
cd gh-pages
|
||||||
git rm -rf ./
|
git rm -rf ./ 2> /dev/null
|
||||||
cp -Rf ../../site ./
|
cp -Rf ../../site/* ./
|
||||||
git add -f .
|
git add -f .
|
||||||
git commit -m "Automatic built mkdocs | $TRAVIS_BUILD_NUMBER pushed"
|
git commit -m "Automatic built mkdocs | Travis Build $TRAVIS_BUILD_NUMBER pushed"
|
||||||
git push -fq origin gh-pages > /dev/null
|
git push -fq origin gh-pages > /dev/null
|
||||||
|
|
||||||
echo -e "Done"
|
echo -e "Done"
|
Loading…
Reference in New Issue
Block a user